diff options
author | Ben Sima <ben@bsima.me> | 2018-11-27 10:05:18 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-27 11:38:43 -0800 |
commit | 0ec828daff8985aa10bcc218a6fa07afcce8bf5d (patch) | |
tree | ce4811f63458a564d261acd38084a0357039172f | |
parent | 90718b743244197107322a84c7faa8e5e093a843 (diff) |
Fix lists-inbox filter
-rw-r--r-- | afew.ini | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,11 +7,6 @@ spam_tag = spam # tag lists and a tag named lists/<list-id>. [ListMailsFilter] -[ListMailsInboxFilter] -message = remove lists from inbox -query = tag:lists -tags = -inbox - [Filter.0] message = mobile todos query = 'from:ben@bsima.me AND to:ben@bsima.me AND subject:TODO' @@ -50,6 +45,11 @@ message = github query = from:github.com tags = +github;-inbox +[Filter.5] +message = remove lists from inbox +query = tag:lists +tags = -inbox + [MailMover] folders = Important INBOX #max_age = 15 |