head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.1; locks; strict; comment @# @; 1.3 date 2000.10.15.21.54.55; author tron; state dead; branches; next 1.2; 1.2 date 99.06.27.10.51.49; author tron; state Exp; branches; next 1.1; 1.1 date 99.01.30.14.19.00; author tron; state Exp; branches; next ; desc @@ 1.3 log @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 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 for pointing this out - now resets atime and mtime on mbox files; thanks to Peter Surda for patch - fixed buffer overflow in imap.c; thanks to Peter da Silva 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 for the hint - fixed segfault in maildir.c; thanks to Lars Bensmann - fixed DEFAULT_ANIM_SPEED; thanks to Vincent Arkesteijn @ text @$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; } @ 1.2 log @Update "wmmail" package to version 0.63a. Changes since version 0.62: - fixed segfaults in wmmail.c - added ability to use arbitrary TCP port for IMAP - added ability to display message count when using multiple mailboxes; thanks to Justin Dolske for patch - added preliminary POP3 support (don't even try to fix it!) - change mbox.c to take care of dummy messages put in your mailbox by imapd, PINE, or whatever - fixed imap.c to use CR-LF instead of just "\n"; thanks to Paul Bardo for pointing this out - fixed installation - WMMail.defaults changed and moved to Defaults/WMMail.in @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Search for GNUstep directory at correct location. @ text @d4 2 a5 2 +++ wmutil.c Sat Jan 30 14:37:40 1999 @@@@ -319,15 +319,12 @@@@ @