From d7900c7c32f92c3f3f9d22bf96de57e4ba62761f Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 10 Feb 2012 22:42:13 +0100 Subject: [PATCH] Fixup the description of the example python code Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- howto.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.43.0