[notmuch] [PATCH 2/2] notmuch-show: add tags to json output

2010-03-10 Thread Sebastian Spaeth
On Tue, 2 Mar 2010 11:52:33 +0100, Sebastian Spaeth wrote: I just updated this patch to reflect the new notmuch_tags_valid/notmuch_tags_to_next(?) syntax. It is commit e7cfd46505e8b1c4124a8fa88ea0fbee286d9360 on git://github.com/spaetz/notmuch-all-feature.git (http://github.com/spaetz/notmuc

Re: [notmuch] [PATCH 2/2] notmuch-show: add tags to json output

2010-03-10 Thread Sebastian Spaeth
On Tue, 2 Mar 2010 11:52:33 +0100, Sebastian Spaeth wrote: I just updated this patch to reflect the new notmuch_tags_valid/notmuch_tags_to_next(?) syntax. It is commit e7cfd46505e8b1c4124a8fa88ea0fbee286d9360 on git://github.com/spaetz/notmuch-all-feature.git (http://github.com/spaetz/notmuc

[notmuch] [PATCH 2/2] notmuch-show: add tags to json output

2010-03-02 Thread Sebastian Spaeth
The previous json patches forgot to add the notmuch tags to the json output. This is inconsistent to the text output so here they are. We just output a 'tags' field that sends a space delimited list of json-encoded notmuch tags. Signed-off-by: Sebastian Spaeth --- notmuch-show.c | 13 +++

[notmuch] [PATCH 2/2] notmuch-show: add tags to json output

2010-03-02 Thread Sebastian Spaeth
The previous json patches forgot to add the notmuch tags to the json output. This is inconsistent to the text output so here they are. We just output a 'tags' field that sends a space delimited list of json-encoded notmuch tags. Signed-off-by: Sebastian Spaeth --- notmuch-show.c | 13 +++