diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-17 04:52:04 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-17 04:52:04 +0000 |
| commit | 9faebf2bb2026b3a29ca87f3a7fb5b61255db0ec (patch) | |
| tree | 383279028a51e70e8736b10c06877ffe6243e362 /mail/postilion/files/patch-af | |
| parent | Add optional CONFIGURE_ARGS to compile on 2.2.8 system. (diff) | |
Postilion is a mail client derived from tkRat that has a NeXt style interface
PR: 10271
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Diffstat (limited to 'mail/postilion/files/patch-af')
| -rw-r--r-- | mail/postilion/files/patch-af | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/postilion/files/patch-af b/mail/postilion/files/patch-af new file mode 100644 index 000000000000..1944b9650ba1 --- /dev/null +++ b/mail/postilion/files/patch-af @@ -0,0 +1,20 @@ +--- postilion/options.tcl.orig Mon Feb 8 21:02:35 1999 ++++ postilion/options.tcl Mon Feb 22 02:05:03 1999 +@@ -211,7 +211,7 @@ + set option(icon_name) "Postilion v$postilion_version" + + # Command to get default folder +- set option(default_folder) "INBOX file {} /var/spool/mail/$env(USER)" ++ set option(default_folder) "INBOX file {} /var/mail/$env(USER)" + + # Format of list of messages + set option(list_format) "%4S %6d %-24n %4B %s" +@@ -253,7 +253,7 @@ + set option(sendprot) smtp + + # Default sending program +- set option(sendprog) /usr/lib/sendmail ++ set option(sendprog) /usr/sbin/sendmail + + # Can the sending program handle eightbit data + set option(sendprog_8bit) false |
