X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=howto.mdwn;h=6a7d45a32b6456ec8cb64681c28a9589c5198ae1;hb=6bf178eeb7c467d2a6a7e3f1b2f19c7e170b31b5;hp=ab5f20d55c344cd6cac0c11e121e6fc6eb686b89;hpb=c5b553374e24e522b3e96d7ca509026b3e0b5798;p=notmuch-wiki diff --git a/howto.mdwn b/howto.mdwn index ab5f20d..6a7d45a 100644 --- a/howto.mdwn +++ b/howto.mdwn @@ -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 + [...] * **Sync notmuch tags and maildir flags**