diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 13:50:28 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 13:58:30 -0700 |
commit | d43135b276c6fe6324873acb756257a23386981d (patch) | |
tree | e223bb8fb1460abc5fbd77b992f26dec975c99bd | |
parent | b5d871b8e0371ffd506b3088a0d0ca4814722146 (diff) |
move InboxFilter before ListMailsFilter
-rw-r--r-- | afew.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' |