diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-23 11:57:44 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-23 11:57:44 +0000 |
commit | 70dcd30770cdb9691b5c8c78c3c4f72eed91efa3 (patch) | |
tree | 80ba9a7bceabd3efb97f600085377acc67965b10 /mail/alpine/files | |
parent | 3ecc9acd5d72f30f8f579d0cfab4882caeef217e (diff) |
Notes
Diffstat (limited to 'mail/alpine/files')
-rw-r--r-- | mail/alpine/files/patch-pith__pine.hlp | 92 |
1 files changed, 5 insertions, 87 deletions
diff --git a/mail/alpine/files/patch-pith__pine.hlp b/mail/alpine/files/patch-pith__pine.hlp index 4f4f3b0a1079..df2fa300cc33 100644 --- a/mail/alpine/files/patch-pith__pine.hlp +++ b/mail/alpine/files/patch-pith__pine.hlp @@ -1,5 +1,5 @@ ---- ./pith/pine.hlp.orig 2013-08-14 23:36:22.000000000 -0500 -+++ ./pith/pine.hlp 2014-05-25 19:15:32.000000000 -0500 +--- pith/pine.hlp.orig 2013-08-15 06:36:22.000000000 +0200 ++++ pith/pine.hlp 2014-06-23 11:40:52.000000000 +0200 @@ -881,13 +881,13 @@ config file from command line or provided by "PINECONF" environment variable @@ -16,14 +16,12 @@ </UL> <P> The values in both the personal configuration file and the -@@ -976,8 +976,8 @@ - postponed# ~/mail/postponed-msgs +@@ -977,7 +977,7 @@ sentmail# ~/mail/sent-mail mailcap# ~/.mailcap + /etc/mailcap -- + /usr/etc/mailcap + /usr/local/etc/mailcap + + /usr/etc/mailcap + /usr/local/etc/mailcap - mimetypes# ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types -+ + /usr/etc/mailcap + /usr/ports/mail/alpine/work/stage/usr/local/etc/mailcap -+ mimetypes# ~/.mime.types + /etc/mime.types + /usr/ports/mail/alpine/work/stage/usr/ports/mail/alpine/work/stage/usr/local/etc/mime.types ++ mimetypes# ~/.mime.types + /etc/mime.types + /usr/local/etc/mime.types news-spool varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news active-news varies across Unix flavors, e.g. /usr/lib/news/active @@ -99,83 +97,3 @@ </CODE></PRE> <P> A system configuration file is not required. -@@ -16075,7 +16036,7 @@ - the pathname of the bogofilter program. - For example, - <P> --<CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER> -+<CENTER><SAMP>Command = /usr/ports/mail/alpine/work/stage/usr/local/bin/bogofilter</SAMP></CENTER> - <P> - Exit status of zero is what you are interested in, so you'd set the - Exit Status Interval to -@@ -16136,7 +16097,7 @@ - Instead of using just plain "bogofilter" as the Categorizer Command, - the "-u" argument will cause bogofilter to update the database. - <P> --<CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER> -+<CENTER><SAMP>Command = /usr/ports/mail/alpine/work/stage/usr/local/bin/bogofilter -u</SAMP></CENTER> - <P> - You'd want a couple more aliases or shell scripts called something like - <EM>change_to_spam</EM> -@@ -16164,7 +16125,7 @@ - This is usually ok. - However, in this case it is a problem because the command - <P> --<CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER> -+<CENTER><SAMP>Command = /usr/ports/mail/alpine/work/stage/usr/local/bin/bogofilter -u</SAMP></CENTER> - <P> - has the side effect of updating the database. - So you run the risk of updating the database multiple times for a single -@@ -16210,7 +16171,7 @@ - ! Keyword pattern = Bogo - - External Categorizer Commands = -- Command = /usr/local/bin/bogofilter -u -+ Command = /usr/ports/mail/alpine/work/stage/usr/local/bin/bogofilter -u - Exit Status Interval = (0,0) - Character Limit = <No Value Set: using "-1"> (optionally set this) - -@@ -20763,7 +20724,7 @@ - </PRE> - <!--chtml else--> - a colon (:) under UNIX; for example:<PRE> -- ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap -+ ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/ports/mail/alpine/work/stage/usr/local/etc/mailcap - </PRE> - <!--chtml endif--> - <P><UL> -@@ -26486,16 +26447,16 @@ - <P> - So, here are some example entries: - <PRE> --url-viewers = _TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape -- "/usr/local/bin/lynx _URL_" -+url-viewers = _TEST("test -n '${DISPLAY}'")_ /usr/ports/mail/alpine/work/stage/usr/local/bin/netscape -+ "/usr/ports/mail/alpine/work/stage/usr/local/bin/lynx _URL_" - C:\BIN\NETSCAPE.BAT - </PRE> - <P> - This example shows that for the first viewer in the list to be used - the environment variable "DISPLAY" must be defined. If it --is, then the path and file "/usr/local/bin/netscape" must exist. -+is, then the path and file "/usr/ports/mail/alpine/work/stage/usr/local/bin/netscape" must exist. - If neither condition is met, --then the path and file "/usr/local/bin/lynx" must exist. -+then the path and file "/usr/ports/mail/alpine/work/stage/usr/local/bin/lynx" must exist. - If it does, then the "_URL_" token is replaced by the selected URL. - If the path to "lynx" is invalid, - then the final path and file C:\BIN\NETSCAPE.BAT must exist. -@@ -26588,10 +26549,10 @@ - An example using the Korn shell and the Netscape browser (first entry wrapped - because of its length, but should all appear on one line): - <P> --url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"<BR> -+url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/ports/mail/alpine/work/stage/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"<BR> - --_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"<BR> -- "/usr/local/bin/lynx '_URL_'" -+_TEST("test -n '${DISPLAY}'")_ "/usr/ports/mail/alpine/work/stage/usr/local/bin/netscape &"<BR> -+ "/usr/ports/mail/alpine/work/stage/usr/local/bin/lynx '_URL_'" - <P> - <!--chtml endif--> - <P> |