0faf48ffbe
at UW. Improvements include TLS and SSL support fully integrated into the code base (requires OpenSSL), support for remote address books, improved rules-based filtering, and new filter options. * Bugs fixed include longer folder names, temp file cleanup, mail sorted by filters more accurately, et al. * Re-generate almost all of the patches to clean out more of the fuzz.
57 lines
2.2 KiB
Text
57 lines
2.2 KiB
Text
--- pine/pine.hlp.orig Fri Aug 17 11:11:25 2001
|
|
+++ pine/pine.hlp Fri Sep 28 00:29:20 2001
|
|
@@ -528,9 +528,9 @@
|
|
executable <Unix search path>/pine
|
|
persnl cfg ~/.pinerc
|
|
except cfg ~/.pinercex
|
|
- global cfg /usr/local/lib/pine.conf
|
|
- fixed cfg /usr/local/lib/pine.conf.fixed
|
|
- local help /usr/local/lib/pine.info
|
|
+ global cfg @@PREFIX@@/etc/pine.conf
|
|
+ fixed cfg @@PREFIX@@/etc/pine.conf.fixed
|
|
+ local help @@PREFIX@@/etc/pine.info
|
|
|
|
interrupted ~/.pine-interrupted-mail
|
|
debug ~/.pine-debugN
|
|
@@ -543,7 +543,7 @@
|
|
sentmail# ~/mail/sent-mail
|
|
mailcap# ~/.mailcap + /etc/mailcap
|
|
+ /usr/etc/mailcap + /usr/local/etc/mailcap
|
|
- mimetypes# ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
|
|
+ mimetypes# ~/.mime.types + /etc/mime.types + @@PREFIX@@/etc/mime.types
|
|
|
|
news-spool varies across Unix flavors, e.g. /usr/spool/news or /var/news
|
|
active-news varies across Unix flavors, e.g. /usr/lib/news/active
|
|
@@ -1001,9 +1001,9 @@
|
|
this link now to send a message to it:<BR>
|
|
<A HREF="X-Pine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
|
|
<!--chtml endif-->
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r @@PREFIX@@/etc/pine.info ]-->
|
|
<HR WIDTH="75%">Local Support Contacts:<P>
|
|
-<!--#include file="/usr/local/lib/pine.info"-->
|
|
+<!--#include file="@@PREFIX@@/etc/pine.info"-->
|
|
<HR WIDTH="75%">
|
|
<!--chtml endif-->
|
|
<P>
|
|
@@ -1091,7 +1091,7 @@
|
|
<OL>
|
|
<LI> <A HREF="#intro">Introduction</A>
|
|
<LI> <A HREF="#pine_help">Pine Help</A>
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r @@PREFIX@@/etc/pine.info ]-->
|
|
<LI> <A HREF="#local_support">Local Support Contacts</A>
|
|
<!--chtml endif-->
|
|
<LI> <A HREF="#giving_cmds">Giving Commands in Pine</A>
|
|
@@ -1201,9 +1201,9 @@
|
|
at your site.)
|
|
|
|
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r @@PREFIX@@/etc/pine.info ]-->
|
|
<H2><A NAME="local_support">Local Support Contacts</A></H2>
|
|
-<!--#include file="/usr/local/lib/pine.info"-->
|
|
+<!--#include file="@@PREFIX@@/etc/pine.info"-->
|
|
<!--chtml endif-->
|
|
|
|
<H2><A NAME="giving_cmds">Giving Commands in Pine</A></H2>
|