From: Scott Robinson Date: Thu, 31 Dec 2009 15:17:40 +0000 (-0400) Subject: Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch... X-Git-Tag: 0.1~80 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6ce2bf68f53fec4302121763e588c33c7cd86a9c;hp=6ce2bf68f53fec4302121763e588c33c7cd86a9c Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show. In the case of notmuch-show, "--format=json" also implies "--entire-thread" as the thread structure is implicit in the emitted document tree. As a coincidence to the implementation, multipart message ID numbers are now incremented with each part printed. This changes the previous semantics, which were unclear and not necessary related to the actual ordering of the message parts. ---