ac00c31396
- added back ExecuteOnUpdate - now searches @prefix@/GNUstep for defaults domain as well; thanks to Thomas Ribbrock <argathin@gmx.net> for suggestion - added experimental DisplayEachMailbox option (thanks again to Peter da Silva); this makes WMMail.app display message counts (none, new, total, or new-over-total) for each mailbox that contains new mails - POP3 mailboxes are correctly handled... I think :) - added missing semi-colon in defaults file; thanks to Eric Anderson <eanderson@usa.net> for pointing this out - now resets atime and mtime on mbox files; thanks to Peter Surda <surda@bigfoot.com> for patch - fixed buffer overflow in imap.c; thanks to Peter da Silva <peter@taronga.com> for patch - fixed handling of "Status" header in mbox.c and pop3.c - no longer parses filenames in MailDir mailboxes (procmail should now work); countless people pointed out this one :( - fixed counting of new mails in IMAP mailboxes; thanks to Alfonso Palacios-Sureda <alfonso.palacios-sureda@alcatel.fr> for the hint - fixed segfault in maildir.c; thanks to Lars Bensmann <lars@skynet.e.ruhr.de> - fixed DEFAULT_ANIM_SPEED; thanks to Vincent Arkesteijn <v.j.arkesteijn@student.utwente.nl>
25 lines
792 B
Text
25 lines
792 B
Text
$NetBSD: patch-ad,v 1.2 2000/10/15 21:54:55 tron Exp $
|
|
|
|
--- Defaults/WMMail.in.orig Mon Mar 29 13:55:08 1999
|
|
+++ Defaults/WMMail.in Sun Jun 27 13:03:50 1999
|
|
@@ -7,7 +7,6 @@
|
|
DisplayLocation = (0, 10);
|
|
ExecuteOnClick = "xterm -geom 80x25 -name pine -T PINE -e pine -i";
|
|
ExecuteOnNew = "play #wmmaildir#/Sounds/doorbell.au";
|
|
- ExecuteOnNewOnce = No;
|
|
Animations = {
|
|
Empty = {
|
|
Delay = 10;
|
|
@@ -32,10 +31,10 @@
|
|
Name = "Home";
|
|
Type = mbox;
|
|
UpdateInterval = 15;
|
|
- ExecuteOnUpdate = "/usr/local/bin/fetchmail";
|
|
+ ExecuteOnUpdate = "#LOCALBASE#/bin/fetchmail";
|
|
Options = {
|
|
CheckTimeStampOnly = No;
|
|
- Path = "/var/spool/mail/bryan";
|
|
+ Path = "/var/mail/bryan";
|
|
MailboxHasInternalData = Yes;
|
|
};
|
|
},
|