X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=howto.mdwn;h=16d1ddd38eade748f37cd80c419a08883620309f;hb=879df316752d69945562ab6c54ebf09f40a1a678;hp=6a7d45a32b6456ec8cb64681c28a9589c5198ae1;hpb=6bf178eeb7c467d2a6a7e3f1b2f19c7e170b31b5;p=notmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index 6a7d45a..16d1ddd 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -26,9 +26,9 @@ various "third party" notmuch utilities. * [fetchmail](http://fetchmail.berlios.de/) - See the [[initial_tagging]] page for more info on intial tagging of messages. + See the [[initial_tagging]] page for more info on initial tagging of messages. -* **Print only filenames of a search (python bindings)** +* **Use notmuch from python** Notmuch includes python bindings to the notmuch shared library. Extensive API documentation [is @@ -37,7 +37,8 @@ various "third party" notmuch utilities. The bindings are very simple to use. As an example, given you have the python bindings installed (or simply set your PYTHONPATH environment variable to point to the .../bindings/python directory), - this script will print the filenames of a matching search: + this snippet will produce a list of mails matching the given + expression: >>> import notmuch >>> db = notmuch.Database()