diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-02-10 22:40:09 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-02-10 22:40:09 +0100 |
| commit | 6bf178eeb7c467d2a6a7e3f1b2f19c7e170b31b5 (patch) | |
| tree | 8d5df8e16015c6ac44d175acf887a004bac92ecf | |
| parent | c5b553374e24e522b3e96d7ca509026b3e0b5798 (diff) | |
Hm, ikiwikis markdown did not honor my code block... here we go again...
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
| -rw-r--r-- | howto.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -39,11 +39,11 @@ various "third party" notmuch utilities. environment variable to point to the .../bindings/python directory), this script will print the filenames of a matching search: - >>> import notmuch - >>> db = notmuch.Database() - >>> query = db.create_query('tag:inbox AND NOT tag:killed') - >>> list(query.search_messages()) # doctest:+ELLIPSIS - [...] + >>> import notmuch + >>> db = notmuch.Database() + >>> query = db.create_query('tag:inbox AND NOT tag:killed') + >>> list(query.search_messages()) # doctest:+ELLIPSIS + [...] * <span id="sync_maildir_flags">**Sync notmuch tags and maildir flags**</span> |
