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/pine/Makefile | |
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/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 6 |
1 files changed, 3 insertions, 3 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/ |