]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch
add sphinx docs stubs (they don't make sense yet)
[notmuch] / notmuch
diff --git a/notmuch b/notmuch
index 4e259c1c201815bfeba12760409e5a34e30f7ff8..de9d7b1073c4973cc59486074e0b5c77a9a74a6d 100755 (executable)
--- a/notmuch
+++ b/notmuch
@@ -122,7 +122,7 @@ if __name__ == '__main__':
       logging.debug("show "+querystr)
       m = Query(db,querystr).search_messages()
       for msg in m:
-         print("%s" % (msg))
+         print(msg.format_as_text())
 
    elif sys.argv[1] == 'new':
        #TODO: handle --verbose