20 lines
739 B
Text
20 lines
739 B
Text
--- 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.
|
|
|