pkgsrc/mail/wmmail/patches/patch-ac
tron ac00c31396 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>
2000-10-15 21:54:54 +00:00

12 lines
389 B
Text

$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
@@ -209,6 +209,7 @@
WMMail: $(srcdir)/WMMail.in ./Makefile
-rm -f WMMail
sed -e "s:#wmmaildir#:$(wmmaildir):" -e "s://:/:" \
+ -e "s:#LOCALBASE#:$(LOCALBASE):" \
$(srcdir)/WMMail.in > WMMail ; \
chmod 644 WMMail