summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-12 13:50:28 -0700
committerBen Sima <ben@bsima.me>2019-05-12 13:58:30 -0700
commitd43135b276c6fe6324873acb756257a23386981d (patch)
treee223bb8fb1460abc5fbd77b992f26dec975c99bd
parentb5d871b8e0371ffd506b3088a0d0ca4814722146 (diff)
move InboxFilter before ListMailsFilter
-rw-r--r--afew.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/afew.ini b/afew.ini
index 168d7fb..1362199 100644
--- a/afew.ini
+++ b/afew.ini
@@ -3,12 +3,12 @@
[SpamFilter]
spam_tag = spam
-# This filter looks for the List-Id header, and if it finds it, adds a
-# tag lists and a tag named lists/<list-id>.
-[ListMailsFilter]
-
[InboxFilter]
+# This filter looks for the List-Id header, and if it finds it, adds a tag lists
+# and a tag named lists/<list-id>. Run this *after* the InboxFilter.
+[ListMailsFilter]
+
[Filter.0]
message = mobile todos
query = 'from:ben@bsima.me AND to:ben@bsima.me AND subject:TODO'