From d43135b276c6fe6324873acb756257a23386981d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 May 2019 13:50:28 -0700 Subject: move InboxFilter before ListMailsFilter --- afew.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'afew.ini') 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/. -[ListMailsFilter] - [InboxFilter] +# This filter looks for the List-Id header, and if it finds it, adds a tag lists +# and a tag named lists/. Run this *after* the InboxFilter. +[ListMailsFilter] + [Filter.0] message = mobile todos query = 'from:ben@bsima.me AND to:ben@bsima.me AND subject:TODO' -- cgit v1.2.3