diff options
author | adrianp <adrianp> | 2005-10-18 12:38:11 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-10-18 12:38:11 +0000 |
commit | b11b64f17b8515cca965bc87a11f67da5f94dcaf (patch) | |
tree | 421f96155f730eaf511aad469efb77b25ac80805 /mail/imp4/Makefile | |
parent | be6e2f301a0a02457d74d3533b5ad41af10db9ef (diff) | |
download | pkgsrc-b11b64f17b8515cca965bc87a11f67da5f94dcaf.tar.gz |
Update imp to 4.0.4
From the ChangeLog:
> IMP, the Internet Messaging Program, is one of the most popular webmail
> applications available. It allows universal, web-based access to IMAP and
> POP3 mail servers and provides a full range of features normally found only in
> desktop email clients.
>
> Major changes compared to the IMP version H3 (4.0.4-RC2) are:
> * Added warning that PGP key generation may take awhile.
> * Added confirmation when reporting spam/innocent from message view.
> * Fixed check for duplicate addresses when automatically saving recipients.
> * Updated Finnish, German, Korean, and Slovak translations.
>
> Major changes compared to the IMP version H3 (4.0.4-RC1) are:
> * Added entire message search to search page.
> * Use "Fetch Mail" consistently in the user interface.
> * Fixed warnings when expanding names with spaces.
> * Updated Finnish, German, Korean, and Slovak translations.
> * Minor bug fixes.
>
> Major changes compared to the IMP version H3 (4.0.3) are:
> * Allow non-ascii searches.
> * Show meeting invitations inline.
> * Allow to accept invitations and add them to the calendar at once.
> * Added separate confirmation page when deleting or emptying folders.
> * Localized all remaining INBOX strings in the interface.
> * Ensure that no maintenance tasks may be skipped.
> * Fixed blank screens in Internet Explorer after failed logins.
> * Minor character set related fixes.
> * Improved draft saving of HTML messages.
> * Work around broken c-client sort by arrival.
> * Added Bosnian translation.
> * A few improvements and minor bug fixes.
Diffstat (limited to 'mail/imp4/Makefile')
-rw-r--r-- | mail/imp4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/imp4/Makefile b/mail/imp4/Makefile index f102a7698d3..91add70ed64 100644 --- a/mail/imp4/Makefile +++ b/mail/imp4/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/09/28 14:31:07 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/18 12:38:11 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} -PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ @@ -22,7 +21,7 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.0.3 +IMPVER= 4.0.4 PAXDIRS= lib locale po scripts templates themes MESSAGE_SUBST+= IMPDIR=${IMPDIR} |