summaryrefslogtreecommitdiff
path: root/mail/wmmail/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-10-15 21:54:54 +0000
committertron <tron@pkgsrc.org>2000-10-15 21:54:54 +0000
commitac00c31396acb58cc5799569dbc2f8510660e146 (patch)
treefa492cec0970ef8e38217dff5182d66810087d35 /mail/wmmail/patches
parent0675faaa17dea070b9512964899cee33106eb06b (diff)
downloadpkgsrc-ac00c31396acb58cc5799569dbc2f8510660e146.tar.gz
Update "wmmail" package to version 0.64. Changes since version 0.63a:
- 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>
Diffstat (limited to 'mail/wmmail/patches')
-rw-r--r--mail/wmmail/patches/patch-aa6
-rw-r--r--mail/wmmail/patches/patch-ab21
-rw-r--r--mail/wmmail/patches/patch-ac2
-rw-r--r--mail/wmmail/patches/patch-ad2
4 files changed, 5 insertions, 26 deletions
diff --git a/mail/wmmail/patches/patch-aa b/mail/wmmail/patches/patch-aa
index 7e65e94c9c5..e1449f16b19 100644
--- a/mail/wmmail/patches/patch-aa
+++ b/mail/wmmail/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1999/06/27 10:51:49 tron Exp $
+$NetBSD: patch-aa,v 1.4 2000/10/15 21:54:55 tron Exp $
---- Makefile.in.orig Wed Mar 31 05:34:59 1999
-+++ Makefile.in Sun Jun 27 12:42:49 1999
+--- src/Makefile.in.orig Wed Mar 31 05:34:59 1999
++++ src/Makefile.in Sun Jun 27 12:42:49 1999
@@ -90,13 +90,13 @@
DEFS = @DEFS@ -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
diff --git a/mail/wmmail/patches/patch-ab b/mail/wmmail/patches/patch-ab
deleted file mode 100644
index e51f979aa78..00000000000
--- a/mail/wmmail/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.2 1999/06/27 10:51:49 tron Exp $
-
---- wmutil.c.orig Sat Jan 16 05:50:25 1999
-+++ wmutil.c Sun Jun 27 12:37:41 1999
-@@ -319,15 +320,12 @@
- if (path = check_file(prefix, folders, resource))
- return path;
-
-- if (path = check_file("/usr/local/GNUstep", folders, resource))
-+ if (path = check_file(PREFIX "/GNUstep", folders, resource))
- return path;
-
- if (prefix = getenv("GNUSTEP_SYSTEM_ROOT"))
- if (path = check_file(prefix, folders, resource))
- return path;
--
-- if (path = check_file("/usr/GNUstep", folders, resource))
-- return path;
-
- return (char *) NULL;
- }
diff --git a/mail/wmmail/patches/patch-ac b/mail/wmmail/patches/patch-ac
index 0bf9b1fbf36..141d4f1cb73 100644
--- a/mail/wmmail/patches/patch-ac
+++ b/mail/wmmail/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.5 1999/06/27 11:10:30 tron Exp $
+$NetBSD: patch-ac,v 1.6 2000/10/15 21:54:55 tron Exp $
--- Defaults/Makefile.in.orig Wed Mar 31 05:34:59 1999
+++ Defaults/Makefile.in Sun Jun 27 13:05:21 1999
diff --git a/mail/wmmail/patches/patch-ad b/mail/wmmail/patches/patch-ad
index 911186bcfcc..3db9978bdd6 100644
--- a/mail/wmmail/patches/patch-ad
+++ b/mail/wmmail/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 1999/06/27 11:10:31 tron Exp $
+$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