summaryrefslogtreecommitdiff
path: root/mail/stuphead/files/patch-src::main.h
blob: 96c3faea8870475b98fd6527b034fb9ac57d53b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/main.h.orig	Fri May  4 20:46:11 2001
+++ src/main.h	Fri May  4 20:46:57 2001
@@ -71,9 +71,9 @@
 #define DEFAULT_INC_PROGRAM	"inc"
 /* #define DEFAULT_INC_PATH	"/usr/bin/imget" */
 /* #define DEFAULT_INC_PROGRAM	"imget" */
-#define DEFAULT_SPOOL_PATH	"/var/spool/mail"
+#define DEFAULT_SPOOL_PATH	"/var/mail"
 
-#define DEFAULT_ISPELL_COMMAND	"ispell -d russian -a"
+#define DEFAULT_ISPELL_COMMAND	"ispell-ru -a"
 
 #define BUFFSIZE			8192
 #define MAXPATHLEN			4095