summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 943bfe16..46572758 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -14,6 +14,13 @@ input_timeout = float(default=1.0)
# .. note:: this config setting is equivalent to, but independent of, the 'search.exclude_tags' in the notmuch config.
exclude_tags = force_list(default=list())
+# A list of tags that are considered message "properties", and will not be
+# normally touched. Specifically, these tags will not be removed by the retag
+# operation, and will excluded from completion.
+# Using a property-tag in an explicit add or remove operation will still work
+# normally.
+property_tags = force_list(default=list(attachment,encrypted,signed,sent,replied))
+
# confirm exit
bug_on_exit = boolean(default=False)