diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-02-10 22:42:13 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-02-10 22:42:13 +0100 |
| commit | d7900c7c32f92c3f3f9d22bf96de57e4ba62761f (patch) | |
| tree | e9479cef256d9ea6732fa1523a6e754b01bcad9f | |
| parent | 6bf178eeb7c467d2a6a7e3f1b2f19c7e170b31b5 (diff) | |
Fixup the description of the example python code
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
| -rw-r--r-- | howto.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |
