diff options
author | ache <ache@FreeBSD.org> | 1997-02-04 15:41:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-04 15:41:20 +0800 |
commit | 1493d24036084d5690b645b698c6fdef90490376 (patch) | |
tree | 12717f857f252313c0969c5f6866b96657e5dd8a /mail/premail | |
parent | 830f3d1e4daa3f99ca0b06dced90e45b8b2266cb (diff) | |
download | freebsd-ports-gnome-1493d24036084d5690b645b698c6fdef90490376.tar.gz freebsd-ports-gnome-1493d24036084d5690b645b698c6fdef90490376.tar.zst freebsd-ports-gnome-1493d24036084d5690b645b698c6fdef90490376.zip |
Fix wrong config variable name
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/premail/files/patch-ad b/mail/premail/files/patch-ad new file mode 100644 index 000000000000..dcad083777a5 --- /dev/null +++ b/mail/premail/files/patch-ad @@ -0,0 +1,19 @@ +*** preferences.bak Thu Oct 31 06:25:13 1996 +--- preferences Tue Feb 4 10:30:27 1997 +*************** +*** 124,130 **** + # 'Reply-To:'. If you want to remain anonymous, set this to your + # anonymous address. + # +! # $config{'anon-from'} = ''; + + # addresses: The location of your address book. Each entry in the + # address book has the form: +--- 124,130 ---- + # 'Reply-To:'. If you want to remain anonymous, set this to your + # anonymous address. + # +! # $config{'default-reply-to'} = ''; + + # addresses: The location of your address book. Each entry in the + # address book has the form: |