]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
Hm, ikiwikis markdown did not honor my code block... here we go again...
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 10 Feb 2012 21:40:09 +0000 (22:40 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 10 Feb 2012 21:40:09 +0000 (22:40 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
howto.mdwn

index ab5f20d55c344cd6cac0c11e121e6fc6eb686b89..6a7d45a32b6456ec8cb64681c28a9589c5198ae1 100644 (file)
@@ -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>