Re: [PATCH v3 1/2] cli: make --entire-thread=false work for format=json.

2012-04-23 Thread Austin Clements
Quoth Mark Walters on Apr 21 at 10:15 am: The --entire-thread option in notmuch-show.c defaults to true when format=json. Previously there was no way to turn this off. This patch makes it respect --entire-thread=false. The one subtlety is that we initialise a notmuch_bool_t to -1 to

[PATCH v3 1/2] cli: make --entire-thread=false work for format=json.

2012-04-21 Thread Adam Wolfe Gordon
On Sat, Apr 21, 2012 at 03:15, Mark Walters wrote: > The --entire-thread option in notmuch-show.c defaults to true when > format=json. Previously there was no way to turn this off. This patch > makes it respect --entire-thread=false. > > The one subtlety is that we initialise a notmuch_bool_t to

[PATCH v3 1/2] cli: make --entire-thread=false work for format=json.

2012-04-21 Thread Mark Walters
The --entire-thread option in notmuch-show.c defaults to true when format=json. Previously there was no way to turn this off. This patch makes it respect --entire-thread=false. The one subtlety is that we initialise a notmuch_bool_t to -1 to indicate that the option parsing has not set it. This

[PATCH v3 1/2] cli: make --entire-thread=false work for format=json.

2012-04-21 Thread Mark Walters
The --entire-thread option in notmuch-show.c defaults to true when format=json. Previously there was no way to turn this off. This patch makes it respect --entire-thread=false. The one subtlety is that we initialise a notmuch_bool_t to -1 to indicate that the option parsing has not set it. This

Re: [PATCH v3 1/2] cli: make --entire-thread=false work for format=json.

2012-04-21 Thread Adam Wolfe Gordon
On Sat, Apr 21, 2012 at 03:15, Mark Walters markwalters1...@gmail.com wrote: The --entire-thread option in notmuch-show.c defaults to true when format=json. Previously there was no way to turn this off. This patch makes it respect --entire-thread=false. The one subtlety is that we initialise