From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 10 Feb 2012 21:42:13 +0000 (+0100) Subject: Fixup the description of the example python code X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=d7900c7c32f92c3f3f9d22bf96de57e4ba62761f Fixup the description of the example python code Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- diff --git a/howto.mdwn b/howto.mdwn index 6a7d45a..7640543 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -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()