diff options
author | adrianp <adrianp> | 2007-11-15 22:18:42 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-11-15 22:18:42 +0000 |
commit | 4592083e9883e0c1fdd0eb46c25e30f7ff838b7a (patch) | |
tree | 6e9b246d6e9fdaaef3d39a049d2957bc69af7c4a /mail/imp/Makefile | |
parent | 5e981be49f24d909d3b256eb6cb9405caa200913 (diff) | |
download | pkgsrc-4592083e9883e0c1fdd0eb46c25e30f7ff838b7a.tar.gz |
------
v4.1.5
------
[cjh] Lower memory usage when downloading folders (Andrew Morgan
<morgan@orst.edu>).
[mms] Fix detection of default namespace information when no namespaces are
defined on the server (Bug 5538).
[mms] Don't lose message bodies when moving messages to trash when over quota
(Bug 5470).
[cjh] Remove unused defaults in Fetchmail_imap (Bug 2799).
[jan] Fix empty folder name appearing on Cyrus and servers with similar
namespaces (Bug 5138).
[jan] Only show reply options in iCalendar viewer if a reply is requested.
[cjh] Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from
PGP options (Bug 5323).
[jan] Fix moving messages when over quota on Dovecot servers (Bug 5270).
[jan] Fix parsing of certain distribution lists (Bug 5134).
[mms] Fix rare occurrence where an action perfomed on the mailbox screen would
instead be performed on the INBOX (Bug 5202).
[mms] Don't show save attachments prompt in compose screen if configured to
automatically link all attachments (Request 5189).
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index d31454a5772..250694f837e 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/04 20:54:44 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/15 22:18:42 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -22,10 +22,11 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.1.4 +IMPVER= 4.1.5 PAXDIRS= lib locale po scripts templates themes PKG_USERS_VARS+= APACHE_USER +BUILD_DEFS+= APACHE_USER MESSAGE_SUBST+= IMPDIR=${IMPDIR:Q} MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} |