diff options
author | adam <adam@pkgsrc.org> | 2004-05-13 18:29:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-13 18:29:54 +0000 |
commit | 4ceed226e206f1fda65f9338bee2f4e0e6850dc3 (patch) | |
tree | eacd9003df358d16e7998f967c9b3107352203f3 /mail/pine/patches/patch-al | |
parent | ae524f489f11c0c2e51d33f596a2fd588f274675 (diff) | |
download | pkgsrc-4ceed226e206f1fda65f9338bee2f4e0e6850dc3.tar.gz |
Changes 4.60:
* In PC-Pine, add ability to do piping, Sending-Filters,
Display-Filters, and other operations where external command
execution is possible.
* Control margins in Message Viewing screen with Viewer-Margin-Left
and Viewer-Margin-Right
* Display flowed text well
* Send flowed text when possible, with the ability to turn this
behavior off through the new feature Quell-Flowed-Text
* Add keywords to folders using the Keywords option to set them up
and the Flag Command to set or clear them for particular messages.
* In Mac OS X, view and send attachments and URLs according to how
the system defines handling them, without relying on the existence
of a mailcap or mime.types file
* For PC-Pine, add a separate window that contains new mail
notifications for all folders currently opened (in PC-Pine Config menu).
* Reply or Forward using a Role by turning on the
Alternate-Role-Menu option
* More IMAP connection caching: control it with options
Stay-Open-Folders, Preopen-Stayopen-Folders,
Max-Remote-Connections, and Offer-Expunge-On-Stayopen-Folders
* New feature Offer-Expunge-On-Inbox
* An attempt is made to convert incoming UTF-8 messages to the
user's character set
* Added support for HOME and END keys in message view and message
index
* Prevent canonicalization of news server names by setting
Mult-Newsrc-Hostnames-as-Typed
* Remove hostname from NNTP Path header with Hide-NNTP-Path option
* Support for External Categorizer Commands in Rules
* Improved interface when editing rules with many comma-separated
values
* More control over mail checking frequency with
Quell-Mailchecks-Composing-Except-Inbox,
Quell-Mailchecks-Composing-Inbox, and
Mail-Check-Interval-Noncurrent
* More control over filtering of control characters to screen with
Pass-C1-Control-Characters-as-is option
* New Export and Unexport commands in FOLDER LIST screen
* Now possible to use message size in Rule Patterns
* As a convenience, a shortcut for the command line argument
"-feature-list=feature" is "-feature", for example,
"-signature-at-bottom" or "-no-signature-at-bottom"
* Add PC-Pine command-line argument "-registry noset"
* Add command-line argument "-nowrite_passfile"
* Add feature Quell-Attachment-Extension-Warn
* Add features Quell-Filtering-Messages and
Quell-Filtering-Done-Message
* Add feature Quell-Charset-Warning
* Add feature Maildrops-Preserve-State
* Don't remove whitespace from the end of lines, a behavior which
can be turned off through the new feature
Strip-Whitespace-Before-Send
* Double dollar sign escapes special meaning of dollar sign in both
Unix Pine and PC-Pine (Using Environment Variables)
* RedHat and Debian ports more closely obey the Linux Hierarchy
Standard
* Improve performance of Select command when using Narrow or Broaden
and talking to an IMAP server
* Add feature Disable-Terminal-Reset-For-Display-Filters
* When displaying a message with QP encoding errors, instead of just
reporting "Non-hexadecimal character in QP encoding" and then
giving up, attempt to do the best possible
* Add feature Show-Sort
* Add feature Downgrade-Multipart-To-Text
* Add feature Dead-Letter-Files
* Port named "soc" is an attempt to use native Solaris compiler
* Add ability to justify the full message from the composer by doing
Control-W Control-J
* Bug fixes
Diffstat (limited to 'mail/pine/patches/patch-al')
-rw-r--r-- | mail/pine/patches/patch-al | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/pine/patches/patch-al b/mail/pine/patches/patch-al index e5d2e03f875..f6021ad36bb 100644 --- a/mail/pine/patches/patch-al +++ b/mail/pine/patches/patch-al @@ -1,8 +1,8 @@ -$NetBSD: patch-al,v 1.13 2002/12/14 10:34:45 tron Exp $ +$NetBSD: patch-al,v 1.14 2004/05/13 18:29:54 adam Exp $ ---- build.orig Mon Dec 9 18:54:38 2002 -+++ build Sat Dec 14 11:22:59 2002 -@@ -362,71 +362,6 @@ +--- build.orig 2004-05-07 19:32:32.000000000 +0000 ++++ build +@@ -380,71 +380,6 @@ case $maketarg in echo "Including SSL functionality" fi @@ -72,10 +72,10 @@ $NetBSD: patch-al,v 1.13 2002/12/14 10:34:45 tron Exp $ - echo '' - echo "Making Pine and rpload/rpdump". - cd "$PHOME/pine" - eval echo make "$makeargs" "$L1" "$L2" -f makefile.$pinetarg -@@ -449,8 +384,6 @@ - if [ -s ../pine/rpdump ] ; then ln ../pine/rpdump rpdump ; fi + if [ "$ALTDOCPATHS" = "1" ] + then +@@ -487,8 +422,6 @@ case $maketarg in + fi cd "$PHOME" echo '' - echo "Links to executables are in bin directory:" @@ -83,11 +83,11 @@ $NetBSD: patch-al,v 1.13 2002/12/14 10:34:45 tron Exp $ case $maketarg in mnt) echo "Fixing stacksizes ..." fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot -@@ -476,18 +409,11 @@ +@@ -514,18 +447,11 @@ case $maketarg in clean) # This only sort of works -- rm -f c-client mtest mailutil imapd ipopd +- rm -f c-client mtest mailutil imapd ipopd .pine.sedargs - echo "Cleaning c-client and imapd" - cd "$PHOME/imap" - make clean |