Skip to content
/ afew Public
forked from afewmail/afew

an initial tagging script for notmuch mail

License

Notifications You must be signed in to change notification settings

tbdcit/afew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afew

GithubTag CodeCov CI Status

About

afew is an initial tagging script for notmuch mail:

Its basic task is to provide automatic tagging each time new mail is registered with notmuch. In a classic setup, you might call it after 'notmuch new' in an offlineimap post sync hook.

It can do basic thing such as adding tags based on email headers or maildir folders, handling killed threads and spam.

In move mode, afew will move mails between maildir folders according to configurable rules that can contain arbitrary notmuch queries to match against any searchable attributes.

fyi: afew plays nicely with alot, a GUI for notmuch mail ;)

IRC

Feel free to ask your questions and discuss usage in the #afewmail IRC Channel on freenode.

Features

  • spam handling (flush all tags, add spam)
  • killed thread handling
  • automatic propagation of tags to whole thread
  • tags posts to lists with lists, $list-id
  • autoarchives mails sent from you
  • catchall -> remove new, add inbox
  • can operate on new messages [default], --all messages or on custom query results
  • can move mails based on arbitrary notmuch queries, so your sorting may show on your traditional mail client (well, almost ;))
  • has a --dry-run mode for safe testing
  • works with python 3.6+

Installation and Usage

Full documentation is available in the docs/ directory and in rendered form at afew.readthedocs.io.

Have fun :)

About

an initial tagging script for notmuch mail

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%