[notmuch] [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.

2010-02-23 Thread Carl Worth
On Thu, 31 Dec 2009 11:17:40 -0400, david at tethera.net wrote: > This is an updated version of Scott Robinson's patch of > id:1261114167-sup-8228 at lisa. All of the hard work is Scott's. My > changes to Scotts patch are > - change option to --format from --output > - make a couple of calls to

Re: [notmuch] [PATCH] Add an --format=(json|text) command-line option to both notmuch-search and notmuch-show.

2010-02-23 Thread Carl Worth
On Thu, 31 Dec 2009 11:17:40 -0400, da...@tethera.net wrote: This is an updated version of Scott Robinson's patch of id:1261114167-sup-8...@lisa. All of the hard work is Scott's. My changes to Scotts patch are - change option to --format from --output - make a couple of calls to function

[notmuch] [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.

2010-02-10 Thread Scott Robinson
Excerpts from David Bremner's message of Wed Feb 10 07:51:47 -0600 2010: > Dear Scott and other interested parties; > > As I play with json output a bit more, it seems like having > --entire-thread optional would be useful for quite a few applications. > For example, if I want to get the From

[notmuch] [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.

2010-02-10 Thread David Bremner
On Thu, 31 Dec 2009 11:17:40 -0400, david at tethera.net wrote: > From: Scott Robinson > > In the case of notmuch-show, "--format=json" also implies > "--entire-thread" as the thread structure is implicit in the emitted > document tree. > Dear Scott and other interested parties; As I play

[notmuch] [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.

2009-12-31 Thread Scott Robinson
Excerpts from david's message of Thu Dec 31 07:17:40 -0800 2009: > I also changed the copyright of json.c to Scott. Hope that's OK with > Scott. That is totally OK. Thank you for carrying this patch to conclusion! Can't wait to see how notmuch has evolved in six or so months...

[notmuch] [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.

2009-12-31 Thread da...@tethera.net
From: Scott Robinson 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.