summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-22 11:26:02 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-22 11:26:02 +0100
commitdea808f57dc2cf16d3489016bbc04f9d7b4d503b (patch)
treecc74de882cf131103c1b0e3693bae020cfc664d9 /alot/defaults
parentd4b1959e9d11c747486d34ce5ca53294b227970f (diff)
split [reply|forward|bounce]_force_realname config options
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec32
1 files changed, 23 insertions, 9 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 3725d8c1..3fd44b92 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -169,19 +169,33 @@ quote_prefix = string(default='> ')
# only if original subject doesn't start with 'Re:' or this prefix
reply_subject_prefix = string(default='Re: ')
-# Always use the proper realname when constructing "From" headers
-# for replies/forwards. Set this to False to use the realname string
-# as received in the original message.
+# String prepended to subject header on forward
+# only if original subject doesn't start with 'Fwd:' or this prefix
+forward_subject_prefix = string(default='Fwd: ')
+
+# Always use the proper realname when constructing "From" headers for replies.
+# Set this to False to use the realname string as received in the original message.
reply_force_realname = boolean(default=True)
-# Always use the accounts main address when constructing "From" headers
-# for replies/forwards. Set this to False to use the address string
-# as received in the original message.
+# Always use the accounts main address when constructing "From" headers for replies.
+# Set this to False to use the address string as received in the original message.
reply_force_address = boolean(default=False)
-# String prepended to subject header on forward
-# only if original subject doesn't start with 'Fwd:' or this prefix
-forward_subject_prefix = string(default='Fwd: ')
+# Always use the proper realname when constructing "From" headers for forwards.
+# Set this to False to use the realname string as received in the original message.
+forward_force_realname = boolean(default=True)
+
+# Always use the accounts main address when constructing "From" headers for forwards.
+# Set this to False to use the address string as received in the original message.
+forward_force_address = boolean(default=False)
+
+# Always use the proper realname when constructing "Resent-From" headers for bounces.
+# Set this to False to use the realname string as received in the original message.
+bounce_force_realname = boolean(default=True)
+
+# Always use the accounts main address when constructing "Resent-From" headers for bounces.
+# Set this to False to use the address string as received in the original message.
+bounce_force_address = boolean(default=False)
# Key bindings
[bindings]