[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-23 Thread Austin Clements
Quoth Jameson Graef Rollins on Nov 22 at 8:15 am: > On Fri, Nov 09 2012, Mark Walters wrote: > > This adds a --output=with-ids option which gives similar output to the > > normal search summary output but with a list of message ids > > too. Currently this is not implemented for text format. > >

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-23 Thread Tomi Ollila
On Fri, Nov 23 2012, Jameson Graef Rollins wrote: > On Thu, Nov 22 2012, Mark Walters wrote: >> On Thu, 22 Nov 2012, Jameson Graef Rollins >> wrote: >>> On Fri, Nov 09 2012, Mark Walters wrote: This adds a --output=with-ids option which gives similar output to the normal search

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-23 Thread Tomi Ollila
On Fri, Nov 23 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: On Thu, Nov 22 2012, Mark Walters markwalters1...@gmail.com wrote: On Thu, 22 Nov 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: On Fri, Nov 09 2012, Mark Walters markwalters1...@gmail.com wrote:

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-23 Thread Austin Clements
Quoth Jameson Graef Rollins on Nov 22 at 8:15 am: On Fri, Nov 09 2012, Mark Walters markwalters1...@gmail.com wrote: This adds a --output=with-ids option which gives similar output to the normal search summary output but with a list of message ids too. Currently this is not implemented for

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Jameson Graef Rollins
On Thu, Nov 22 2012, Mark Walters wrote: > On Thu, 22 Nov 2012, Jameson Graef Rollins > wrote: >> On Fri, Nov 09 2012, Mark Walters wrote: >>> This adds a --output=with-ids option which gives similar output to the >>> normal search summary output but with a list of message ids >>> too.

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Mark Walters
Hi On Thu, 22 Nov 2012, Jameson Graef Rollins wrote: > On Fri, Nov 09 2012, Mark Walters wrote: >> This adds a --output=with-ids option which gives similar output to the >> normal search summary output but with a list of message ids >> too. Currently this is not implemented for text format. >

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Michal Nazarewicz
On Thu, Nov 22 2012, Jameson Graef Rollins wrote: > I guess there would still be a race condition, especially for really > long search results, but I wonder if the calls could actually be made > in parallel at the same time. If we are nitpicking, strictly speaking, running things in parallel does

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Jameson Graef Rollins
On Fri, Nov 09 2012, Mark Walters wrote: > This adds a --output=with-ids option which gives similar output to the > normal search summary output but with a list of message ids > too. Currently this is not implemented for text format. Hey, Mark. Very nit-picky comment here, but I'm not sure

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Jameson Graef Rollins
On Fri, Nov 09 2012, Mark Walters markwalters1...@gmail.com wrote: This adds a --output=with-ids option which gives similar output to the normal search summary output but with a list of message ids too. Currently this is not implemented for text format. Hey, Mark. Very nit-picky comment here,

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Michal Nazarewicz
On Thu, Nov 22 2012, Jameson Graef Rollins wrote: I guess there would still be a race condition, especially for really long search results, but I wonder if the calls could actually be made in parallel at the same time. If we are nitpicking, strictly speaking, running things in parallel does

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Mark Walters
Hi On Thu, 22 Nov 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: On Fri, Nov 09 2012, Mark Walters markwalters1...@gmail.com wrote: This adds a --output=with-ids option which gives similar output to the normal search summary output but with a list of message ids too. Currently

Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-22 Thread Jameson Graef Rollins
On Thu, Nov 22 2012, Mark Walters markwalters1...@gmail.com wrote: On Thu, 22 Nov 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: On Fri, Nov 09 2012, Mark Walters markwalters1...@gmail.com wrote: This adds a --output=with-ids option which gives similar output to the normal

[PATCH 2/3] cli: all search mode to include msg-ids with JSON output

2012-11-09 Thread Mark Walters
This adds a --output=with-ids option which gives similar output to the normal search summary output but with a list of message ids too. Currently this is not implemented for text format. --- notmuch-search.c | 40 ++-- 1 files changed, 38 insertions(+), 2