diff options
Diffstat (limited to 'mail/pine4/files/patch-bb')
-rw-r--r-- | mail/pine4/files/patch-bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-bb b/mail/pine4/files/patch-bb new file mode 100644 index 00000000000..d7413e00afa --- /dev/null +++ b/mail/pine4/files/patch-bb @@ -0,0 +1,20 @@ +--- pine/init.c.orig Wed Nov 29 09:57:56 2000 ++++ pine/init.c Mon Dec 18 02:40:53 2000 +@@ -65,7 +65,7 @@ + + + #include "headers.h" +-#include "../c-client/imap4r1.h" /* for LEVELSTATUS() */ ++#include "c-client/imap4r1.h" /* for LEVELSTATUS() */ + + + typedef enum {Sapling, Seedling, Seasoned} FeatureLevel; +@@ -370,7 +370,7 @@ + + /*---------------------------------------------------------------------- + These are the variables that control a number of pine functions. They +-come out of the .pinerc and the /usr/local/lib/pine.conf files. Some can ++come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files. Some can + be set by the user while in Pine. Eventually all the local ones should + be so and maybe the global ones too. + |