diff options
author | adam <adam@pkgsrc.org> | 2003-07-28 15:44:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-28 15:44:10 +0000 |
commit | fb38ffb291764504fea6920445c8836221206b4a (patch) | |
tree | 2acde4e8df9358c27621200ed1541bdeb5fee2b6 /mail/pine/patches | |
parent | a81bc93bcbdb6708f6e6877019b21b8bd0c89e06 (diff) | |
download | pkgsrc-fb38ffb291764504fea6920445c8836221206b4a.tar.gz |
Version 4.56 is a maintenance release with only a few new features.
Additions include:
* enable-multiple-newsrcs makes Pine use a different newsrc file for
each NNTP server
* predict-nntp-server makes Pine use current NNTP server for posting
* Now possible to set the outgoing NNTP server based on the Role being
used
* Option tab-checks-recent to have TAB display number of recent messages
in a highlighted folder
* For aggregate Saves there is now a default Save folder, which is
derived from the first message being saved
* If Unix Pine alternate compose editor returns nonzero,
ask the user if they want to use the resulting file anyway
* Environment variable, "h_news_config", default values
supported
* Missing arguments to -f or -F are prompted for
* Some speedup to subscribe to news when the whole list of groups is not
needed
Bugs that have been addressed in this release include:
* Mbox functionality was broken
* Take to a Filter or other Rule crashed in 4.55
* Crash when Sorting on an IMAP server which does not have SORT
extension and some other related mystery crashes
* Features which were changed in Setup/Config and then backed out by
answering "No" would sometimes stay changed until
quitting Pine
* After UnCut in composer headers leave the cursor positioned at the
end of the uncut text instead of at the beginning or end of the line
* When Unix Pine forwarded address book entries as a Vcard attachment
it added extra carriage returns which caused problems
* Full header prevented the ability to view the ATTACHMENT INDEX
screen
* In MIME Digests, Newsgroups, References, and other headers were
ignored when viewing or replying to messages inside the digest
* PC-Pine installer could possibly present incorrect information for
the mail server login name
* Roles with search criteria weren't being used when composing a new
message
* For attachments of type application/octet-stream, place precedence
of a mailcap entry over the file's extension
Diffstat (limited to 'mail/pine/patches')
-rw-r--r-- | mail/pine/patches/patch-ag | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/pine/patches/patch-ag b/mail/pine/patches/patch-ag index a05837b7628..af5c7916351 100644 --- a/mail/pine/patches/patch-ag +++ b/mail/pine/patches/patch-ag @@ -1,8 +1,8 @@ -$NetBSD: patch-ag,v 1.5 2002/07/28 05:49:29 schmonz Exp $ +$NetBSD: patch-ag,v 1.6 2003/07/28 15:44:12 adam Exp $ ---- pine/osdep/os-osx.h.orig Tue Feb 6 19:53:14 2001 -+++ pine/osdep/os-osx.h -@@ -298,5 +298,6 @@ void free(); +--- pine/osdep/os-osx.h.orig 2003-05-23 18:07:02.000000000 +0200 ++++ pine/osdep/os-osx.h 2003-07-28 14:14:03.000000000 +0200 +@@ -310,5 +310,6 @@ #define MAX_ADDR_EXPN (1000) /* Longest expanded addr */ #define MAX_ADDR_FIELD (10000) /* Longest fully-expanded addr field */ |