summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 5a42119f..6531f76a 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -19,7 +19,7 @@ exclude_tags = force_list(default=list())
# 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))
+property_tags = force_list(default=list(attachment,encrypted,signed,sent,replied,passed,flagged))
# confirm exit
bug_on_exit = boolean(default=False)