X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch;h=de9d7b1073c4973cc59486074e0b5c77a9a74a6d;hb=61bef71a126efb02b477209a02789cc194a5b784;hp=4e259c1c201815bfeba12760409e5a34e30f7ff8;hpb=7b032b6f87b40c3a4849cf7e889bf7a6975a0a57;p=notmuch diff --git a/notmuch b/notmuch index 4e259c1c..de9d7b10 100755 --- 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