notmuchsync is a python command line utility that performs various syncing operations between the notmuch mail indexer and the MailDir files. It currently syncs the MailDir "S" (seen) flag, and physically prunes mail files that have been tagged as "delete". Syncing happens always 1-way, but the direction can be set via command line option (change MailDir flags or notmuch tags)
syncing maildir flags to/from notmuch tags and other goodies
Dependencies
- python (<=2.5)
- libnotmuch.so.1 (the notmuch shared library that comes with e.g. release 0.1.
- cnotmuch, the python bindings for notmuch. They can be installed through e.g. "sudo easy_install cnotmuch". See the cnotmuch homepage for more information and uninstallation instructions.
Authors
Sebastian Spaeth (Sebastian@SSpaeth.de)
Documentation
See the
README.
Download
You can download this project in either
zip or
tar formats.
You can also clone the project with Git
by running:
$ git clone git://github.com/spaetz/notmuchsync