summaryrefslogtreecommitdiff
path: root/lib/afew.ini
diff options
context:
space:
mode:
Diffstat (limited to 'lib/afew.ini')
-rw-r--r--lib/afew.ini14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/afew.ini b/lib/afew.ini
index 86cadc9..2ea82a3 100644
--- a/lib/afew.ini
+++ b/lib/afew.ini
@@ -3,6 +3,15 @@
[SpamFilter]
spam_tag = spam
+[MailMover]
+folders = INBOX Junk
+# according to docs, this should be true if using mbsync
+rename = True
+max_age = 15
+# rules
+INBOX = 'tag:spam':Junk 'NOT tag:inbox':Archive
+Junk = 'NOT tag:spam AND tag:inbox':INBOX 'NOT tag:spam':Archive
+
[InboxFilter]
# This filter looks for the List-Id header, and if it finds it, adds a tag lists
@@ -46,11 +55,6 @@ message = github
query = from:github.com
tags = +github;-inbox
-[MailMover]
-folders = Important INBOX
-INBOX = 'tag:flagged AND NOT tag:spam':.Important
-Important = 'NOT tag:flagged':.INBOX 'tag:spam':.INBOX
-
[Filter.5]
message = remove lists from inbox
query = tag:lists AND tag:inbox