1234567891011121314151617181920212223242526272829 |
- [global]
- [SpamFilter]
- [KillThreadsFilter]
- [ListMailsFilter]
- [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
- [MailMover]
- folders = Inbox Archive Sent Drafts Trash
- rename = True
- max_age = 30
- #Inbox = 'tag:spam':Junk 'NOT tag:inbox':Archive 'tag:trash':Trash
- #Junk = 'NOT tag:spam AND tag:inbox':Inbox 'NOT tag:spam':Archive
- # what's still new goes into the inbox
- [InboxFilter]
|