X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=howto.mdwn;h=f0673087f3cfb474c07dd5d90b8b187455c9b333;hb=82ed92d5c3a6389c50a2ca330e20d8cf49ff9e2d;hp=2075985f3cba6cfef897415cc64358de286bb1a7;hpb=8921e8f3cce0434b5ed4f74cc52a68cf02920b35;p=obsolete%2Fnotmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index 2075985..f067308 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -12,7 +12,7 @@ various "third party" notmuch utilities. is in a file of its own will work. Here are some generally well-regarded mail retrieval tools: - * [offlineimap](https://github.com/jgoerzen/offlineimap/wiki/) - + * [offlineimap](https://github.com/nicolas33/offlineimap/) - quite useful and widely tested, it also offers a handy hook that will come in useful a bit later in our setup. Also supports "presynchook" and "postsynchook" command that will get run @@ -30,9 +30,9 @@ various "third party" notmuch utilities. * **Print only filenames of a search (python bindings)** - Notmuch includes python bindings to the notmuch shared library, - called [cnotmuch](http://pypi.python.org/pypi/cnotmuch). Extensive - API documentation is available. + Notmuch includes [python bindings](http://pypi.python.org/pypi/notmuch) + to the notmuch shared library. Extensive API documentation + [is available](http://packages.python.org/notmuch). The bindings are very simple to use. As an example, given you have the python bindings installed (or simply set your PYTHONPATH