summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-19 16:16:34 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-19 16:16:34 +0100
commit5067d27bb5d63a3f9c2ea1316d6c98c2a395f4a1 (patch)
treee3b05591d26c3c050418944b35ab0c8c8a40beb9
parentc1f26233c55c58292f61d5213bead829fb6d8d42 (diff)
default values for black/whitelists
-rw-r--r--alot/defaults/alot.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 4255bb86..fb980dfa 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -42,6 +42,14 @@ editor_spawn = False
# will make alot non-blocking during edits
editor_in_thread = False
+
+# Which header fields should be editable in your editor
+# used are those that match the whitelist and don't macht the blacklist.
+# in both cases '*' may be used to indicate all fields.
+edit_headers_whitelist = *
+edit_headers_blacklist = Content-Type,MIME-Version,References,In-Reply-To
+
+
# timeout in secs after a failed attempt to flush is repeated
flush_retry_timeout = 5