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>
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.17 2000/10/15 21:54:54 tron Exp $
|
|
|
|
DISTNAME= WMMail.app-0.64
|
|
PKGNAME= wmmail-0.64
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/WMMail.app/
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail
|
|
|
|
DEPENDS+= windowmaker-*:../../x11/windowmaker
|
|
|
|
USE_X11BASE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
|
|
--with-PL-libs="-L${LOCALBASE}/lib"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|