61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
[global]
|
|
|
|
[SpamFilter]
|
|
[KillThreadsFilter]
|
|
[ListMailsFilter]
|
|
[MeFilter]
|
|
[ArchiveSentMailsFilter]
|
|
sent_tag = sent
|
|
|
|
# add specific tags
|
|
|
|
[Filter.0]
|
|
query = 'subject:alot'
|
|
tags = +alot
|
|
message = alot mails
|
|
|
|
[Filter.1]
|
|
query = 'to:notmuch@notmuchmail.org AND (subject:emacs OR subject:elisp OR "(defun" OR "(setq" OR PATCH)'
|
|
tags = -inbox;-new;+notmuch
|
|
message = notmuch emacs stuff
|
|
|
|
# Sentry errors, skip the inbox, tag as sentry
|
|
[Filter.2]
|
|
query = 'from:noreply@md.getsentry.com'
|
|
tags = +sentry;+15five;-unread
|
|
message = sentry error
|
|
|
|
# Jira tag as Jira
|
|
[Filter.3]
|
|
query = 'from:jira@15five-dev.atlassian.net'
|
|
tags = +jira;-inbox;+15five
|
|
message = jira message
|
|
|
|
# CMT
|
|
[Filter.4]
|
|
query = '[CMT]'
|
|
tags = +cmt;+uucc
|
|
message = cmt uucc message
|
|
|
|
# Delete Office465/Microsoft messages
|
|
[Filter.5]
|
|
query = '\'Office365 Message Center\' via Developers
|
|
tags = +ms;+ffjunk;-inbox;-new;-unread;+uucc
|
|
message = cmt uucc message
|
|
|
|
# Tag interview emails
|
|
[Filter.6]
|
|
query = 'subject:Interview'
|
|
tags = +interview;-inbox;-new;-unread
|
|
message = personal message
|
|
|
|
[MailMover]
|
|
folders = Inbox Junk
|
|
rename = False
|
|
max_age = 15
|
|
Inbox = 'tag:spam':Junk 'NOT tag:inbox':Archive 'tag:deleted':Trash 'tag:sent':Sent
|
|
Junk = 'NOT tag:spam AND tag:inbox':Inbox 'NOT tag:spam':Archive
|
|
|
|
# what's still new goes into the inbox
|
|
[InboxFilter]
|