diff options
author | martti <martti@pkgsrc.org> | 2003-01-23 07:37:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-01-23 07:37:18 +0000 |
commit | 846a6e76c504670c1d01fb62496b02b78bfd3624 (patch) | |
tree | cf6cf0fc4a0c8b44edf02364dab212bf0e123209 /mail | |
parent | 4cb135fb6b8b4ebde05211c15c30cb30be27d030 (diff) | |
download | pkgsrc-846a6e76c504670c1d01fb62496b02b78bfd3624.tar.gz |
Updated pine to 4.53
* If a Filter Rule which does not Delete or Move a message is followed
by another Rule which does a Move or Delete, that second rule will be
applied (if there is a match) even if the first rule also matched
* Crash in address book select screen
* Experimental method to reopen a newsgroup or POP folder to check for
new messages with < command followed by > command. See the help text
for "Mail-Check-Interval" for a short explanation.
* Delete, Rename, and Shuffle broken in Incoming Folders
* Role-based SMTP Server should not override administratively fixed
SMTP Server
* Html typed file with garbage contents can cause crash
* Scramble-Message-Id drops first character of hostname
* When alternate-editor is used to compose, assume charset should be
that of user
* Rare crash when new mail arrives with threading enabled
* Threaded index lines displayed incorrectly with IMAP servers that do
not support threading
* View attachment command should not be available if Full Header mode
is turned on
* Duplicate printing of To and Cc lines when using "all-except" in
viewer-hdrs
* Justification of quoted paragraphs is not possible when forwarding a
non-us-ascii message
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 6 | ||||
-rw-r--r-- | mail/pine/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index f4fd3a1436f..19ebe0f9134 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2002/12/14 10:34:43 tron Exp $ +# $NetBSD: Makefile,v 1.67 2003/01/23 07:37:18 martti Exp $ -DISTNAME= pine4.51 -PKGNAME= pine-4.51 +DISTNAME= pine4.53 +PKGNAME= pine-4.53 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ diff --git a/mail/pine/distinfo b/mail/pine/distinfo index cefa0d353f4..6da2cfe050b 100644 --- a/mail/pine/distinfo +++ b/mail/pine/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/12/14 10:34:44 tron Exp $ +$NetBSD: distinfo,v 1.13 2003/01/23 07:37:18 martti Exp $ -SHA1 (pine4.51.tar.bz2) = 4ab510b03fa6c8685d6bdbb57c9247a7ee52e55f -Size (pine4.51.tar.bz2) = 2787276 bytes +SHA1 (pine4.53.tar.bz2) = 99aed9dd3173a00a8bfd986d96c292b287ace5b2 +Size (pine4.53.tar.bz2) = 2793349 bytes SHA1 (patch-aa) = 800f84f3c868e6d17798e9f98d8151bb734143b6 SHA1 (patch-ab) = a50d95f25b0a5b2b994bd08acfe9c0c70c497b17 SHA1 (patch-ac) = 5179a2f34f161264c8545b9b58ca359dd3304b46 |