From b97939d7837f1b058ee6e6fec191cbae055541a2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 10 Nov 2018 12:57:49 -0800 Subject: Add mail mover, move flagged to Important folder --- afew.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'afew.ini') diff --git a/afew.ini b/afew.ini index 1e863a0..7a16406 100644 --- a/afew.ini +++ b/afew.ini @@ -45,4 +45,10 @@ message = github query = from:github.com tags = +github;-inbox +[MailMover] +folders = Important INBOX +#max_age = 15 +INBOX = 'tag:flagged AND NOT tag:spam':.Important +Important = 'NOT tag:flagged':.INBOX 'tag:spam':.INBOX + [InboxFilter] -- cgit v1.2.3