From 1e2779f9cd5e4f0c048c9bc3ef71247e7104c4e3 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 15 May 2021 13:52:45 +0200 Subject: alot.rc.spec: add 'passed/flagged' to default property tags --- alot/defaults/alot.rc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3