diff options
author | martti <martti> | 2002-07-16 13:14:49 +0000 |
---|---|---|
committer | martti <martti> | 2002-07-16 13:14:49 +0000 |
commit | 445ef9320277a2b31421659322a459612269cc53 (patch) | |
tree | a36a54787bef0ae76ea6f2a73bb53810af617145 /mail/squirrelmail | |
parent | 71ccf24f3a739f9462278d2ff7e19ec87ebdeb93 (diff) | |
download | pkgsrc-445ef9320277a2b31421659322a459612269cc53.tar.gz |
Updated squirrelmail to 1.2.7
* fix for 'compose as new' link. bug #554886
* fix charset format in the admin plugin. bug #550725
* fix for errant '.' in default_folder_prefix. bug #551310
* fix for folder names with '?' and '*'. bug # 559257, #552180
* added the ability to search without the charset argument. #552288
* Made /noselect node display optional. bug #554988, patch #452178
* Improved support for macosx IMAP server thanks Brian Haun
* Added macosx friendly search, thanks Brian Haun bug #553038
* Fixed word wrap problems when sending mail. bug #552961, #556143
* Added possibility to use multiple compose windows without loss
of attachements.
* Fixed forward message/rfc822 attachments from a search
* Fix SpamCop plugin.
* Fixed send MDN link.
* Fixed dealing with \r\n and \n in smtp.php.
* Fixed to, cc, bcc arrays in message->header
* Speed optimizements in generating message-lists.
* Fixed loss of attachment with html addressbook.
* Fixed saving drafts with attachments
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 | ||||
-rw-r--r-- | mail/squirrelmail/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index b3fd3ddac1a..fde2e831434 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2002/05/02 16:18:47 martti Exp $ +# $NetBSD: Makefile,v 1.24 2002/07/16 13:14:49 martti Exp $ -DISTNAME= squirrelmail-1.2.6 +DISTNAME= squirrelmail-1.2.7 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= jlam@netbsd.org +MAINTAINER= martti@netbsd.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= PHP4 webmail package diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index d9a20102c1a..e7fb98abbf5 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/05/02 16:18:48 martti Exp $ +$NetBSD: distinfo,v 1.8 2002/07/16 13:14:49 martti Exp $ -SHA1 (squirrelmail-1.2.6.tar.bz2) = 67d33a843c77808762623e33e60c5043ff2108e2 -Size (squirrelmail-1.2.6.tar.bz2) = 1209704 bytes +SHA1 (squirrelmail-1.2.7.tar.bz2) = b9747d28f7f87cee4e24a1670babac085bff830d +Size (squirrelmail-1.2.7.tar.bz2) = 1262469 bytes SHA1 (patch-aa) = 524cc3afdde8d5d0295a96104a4c0010a49dd97b |