summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 6531f76a..ca890eb6 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -114,9 +114,10 @@ editor_spawn = boolean(default=False)
# will make alot non-blocking during edits
editor_in_thread = boolean(default=False)
-# Which header fields should be editable in your editor
-# used are those that match the whitelist and don't match the blacklist.
-# in both cases '*' may be used to indicate all fields.
+# Which header fields should be editable in your editor.
+# Exactly one of edit_headers_whitelist and edit_headers_blacklist must be '*',
+# then the other one is used to either whitelist or blacklist headers for
+# editing.
edit_headers_whitelist = force_list(default=list(*,))
# see :ref:`edit_headers_whitelist <edit-headers-whitelist>`