summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-15 13:52:45 +0200
committerAnton Khirnov <anton@khirnov.net>2021-05-15 13:55:08 +0200
commit1e2779f9cd5e4f0c048c9bc3ef71247e7104c4e3 (patch)
tree6eb737a559882aa7c7b9c4e5f7e12e991b02bfc5
parentf5e9e0803d952157afe3362edfa96716725e381d (diff)
alot.rc.spec: add 'passed/flagged' to default property tags
-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)