2003-09-10 21:03:19 +02:00
|
|
|
*** pine/osdep/os-bsf.h.orig Fri May 23 09:05:21 2003
|
|
|
|
--- pine/osdep/os-bsf.h Fri Sep 5 01:44:20 2003
|
1996-07-17 05:58:38 +02:00
|
|
|
***************
|
1998-07-18 07:49:22 +02:00
|
|
|
*** 87,93 ****
|
|
|
|
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
|
|
|
|
file is included in the os-*.ic file for your system.
|
|
|
|
----*/
|
1999-03-15 02:41:19 +01:00
|
|
|
! /* #define BACKGROUND_POST */
|
1998-07-18 07:49:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- 87,93 ----
|
|
|
|
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
|
|
|
|
file is included in the os-*.ic file for your system.
|
|
|
|
----*/
|
1999-03-15 02:41:19 +01:00
|
|
|
! #define BACKGROUND_POST
|
1998-07-18 07:49:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
1998-10-05 06:23:19 +02:00
|
|
|
***************
|
2003-09-10 21:03:19 +02:00
|
|
|
*** 209,214 ****
|
|
|
|
--- 209,216 ----
|
2003-03-05 15:46:35 +01:00
|
|
|
#define DF_KBLOCK_PASSWD_COUNT "1"
|
|
|
|
#define DF_REMOTE_ABOOK_HISTORY "3"
|
|
|
|
|
|
|
|
+ #define DF_SPELLER "@@PREFIX@@/bin/ispell"
|
|
|
|
+
|
|
|
|
/*----------------------------------------------------------------------
|
|
|
|
The default printer when pine starts up for the first time with no printer
|
|
|
|
----*/
|
1998-07-18 07:49:22 +02:00
|
|
|
***************
|
2003-09-10 21:03:19 +02:00
|
|
|
*** 280,286 ****
|
1998-07-18 07:49:22 +02:00
|
|
|
8
|
|
|
|
9 logs gross details of command execution
|
|
|
|
----*/
|
|
|
|
! #define DEFAULT_DEBUG 2
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-09-10 21:03:19 +02:00
|
|
|
--- 282,288 ----
|
1998-07-18 07:49:22 +02:00
|
|
|
8
|
|
|
|
9 logs gross details of command execution
|
|
|
|
----*/
|
|
|
|
! #define DEFAULT_DEBUG 0
|
|
|
|
|
|
|
|
|
|
|
|
|