How to install notmuch
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install notmuch
Lastest release
The notmuch module provides an interface to the notmuch functionality, directly interfacing with a shared notmuch library. Notmuch provides a maildatabase that allows for extremely quick searching and filtering of your email according to various criteria.
The documentation for the latest notmuch release can be viewed online.
Requirements
You need to have notmuch installed (or rather libnotmuch.so.1). Also, notmuch makes use of the ctypes library, and has only been tested with python >= 2.5. It will not work on earlier python versions.