summaryrefslogtreecommitdiff
path: root/mail/postilion/files/patch-af
blob: 30456c07fb663909086bcfaeffe2be2d12c2b725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- postilion/options.tcl	Wed Feb 23 17:27:28 2000
+++ postilion/options.tcl	Mon Feb 12 19:24:36 2001
@@ -217,5 +217,5 @@
-    if [info exists $env(MAIL)] {
-	set option(default_folder) "INBOX file {} /var/spool/mail/$env(USER)"
-    } else {
+    if [info exists env(MAIL)] {
 	set option(default_folder) "INBOX file {} $env(MAIL)"
+    } else {
+	set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
     }
@@ -265,2 +265,2 @@
     # Default sending program
-    set option(sendprog) /usr/lib/sendmail
+    set option(sendprog) /usr/sbin/sendmail