config 637 B

1234567891011121314151617181920212223242526272829
  1. [global]
  2. [SpamFilter]
  3. [KillThreadsFilter]
  4. [ListMailsFilter]
  5. [ArchiveSentMailsFilter]
  6. sent_tag = sent
  7. # add specific tags
  8. [Filter.0]
  9. query = 'subject:alot'
  10. tags = +alot
  11. message = alot mails
  12. [Filter.1]
  13. query = 'to:notmuch@notmuchmail.org AND (subject:emacs OR subject:elisp OR "(defun" OR "(setq" OR PATCH)'
  14. tags = -inbox;-new;+notmuch
  15. message = notmuch emacs stuff
  16. [MailMover]
  17. folders = Inbox Archive Sent Drafts Trash
  18. rename = True
  19. max_age = 30
  20. #Inbox = 'tag:spam':Junk 'NOT tag:inbox':Archive 'tag:trash':Trash
  21. #Junk = 'NOT tag:spam AND tag:inbox':Inbox 'NOT tag:spam':Archive
  22. # what's still new goes into the inbox
  23. [InboxFilter]