diff options
author | adam <adam@pkgsrc.org> | 2004-08-12 12:18:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-12 12:18:50 +0000 |
commit | de6ffc20b5a637ddaa783e4ae6161bd0f08f532b (patch) | |
tree | de678a7e137079b96e91a1f788bac9c206ae6570 /mail/pine/Makefile | |
parent | f255f3840d388593169b7900ec4249d4d00fbb3e (diff) | |
download | pkgsrc-de6ffc20b5a637ddaa783e4ae6161bd0f08f532b.tar.gz |
Changes 4.61:
* The "^T" "To Files" command from within the composer on the
Attchmnt header line or from within the composer in the "^J"
"Attach" command is now capable of attaching multiple files at
once
* When Exporting a message with attachments you now have the option
of saving all of the attachments in a new directory (Export
Message File Selection) by typing "^P" while exporting
* Feature to modify behavior of TAB command,
Tab-Uses-Unseen-For-Next-Folder
* When sending, flowed text (RFC 3676) is sent by default. Now it is
possible to turn off this behavior on a message by message basis
with the ^V command at the Send prompt. You may still turn if off
for all cases with the feature Quell-Flowed-Text.
* Viewer-Margin-Left and Viewer-Margin-Right made a little more
flexible
* Suppress quoted text when viewing messages with
Quote-Suppression-Threshold
* The behavior of the HdrMode Command has changed slightly. It now
reverts back to normal mode when you switch to a new message. It
also has an additional state if Quote-Suppression-Threshold is
turned on.
* The old behavior of the HdrMode Command can be restored by not
setting the Quote-Suppression-Threshold and setting the new
feature Quell-Full-Header-Auto-Reset
* Feature to rename sent-mail folder to sent-mail-yyyy-mm instead of
sent-mail-mon-year (Prune-Uses-YYYY-MM)
* With Alternate-Role-Menu option turned on you could Reply or
Forward using a Role. Now you can also Bounce using a role.
* Relaxed conditions which caused a filter to not be reevaluated
before expunging if the user changed flags manually. Now only a
manual Undelete may cause the filter to not be reevaluated before
expunging.
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 cd57da92ab8..ee624410979 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2004/06/02 18:45:00 jklos Exp $ +# $NetBSD: Makefile,v 1.94 2004/08/12 12:18:50 adam Exp $ -DISTNAME= pine4.60 -PKGNAME= pine-4.60 +DISTNAME= pine4.61 +PKGNAME= pine-4.61 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ ftp://ftp.fu-berlin.de/unix/mail/pine/ |