X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=howto.mdwn;h=12bd725e558ae5e87c5fc115c3806c7844f2ca21;hb=38986b74271eadd45bc4a5bd51f6ae06adc8269c;hp=76405431282172106b605eb8d8f91a173dab9793;hpb=d7900c7c32f92c3f3f9d22bf96de57e4ba62761f;p=notmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index 7640543..12bd725 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -26,13 +26,13 @@ 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 - available](http://notmuchmail.readthedocs.org/). + available](http://notmuch.readthedocs.org/). The bindings are very simple to use. As an example, given you have the python bindings installed (or simply set your PYTHONPATH @@ -138,3 +138,7 @@ various "third party" notmuch utilities. output. Using the instructions from [Gmane's site](http://gmane.org/export.php), we can download an mbox file, which we can then convert to maildir using mb2md or other utility. + +* **Take advantage of tags that are special to notmuch** + + See [[tags special to notmuch|special-tags]].