[PATCH 1/4] cli: add --body=true|false option to notmuch-show.c

2012-07-23 Thread Mark Walters
This option allows the caller to suppress the output of the bodies of the messages. Currently this is only implemented for format=json. This is used by notmuch-pick.el (although not needed) because it gives a speed-up of at least a factor of a two (and in some cases a speed up of more than a

[PATCH 1/4] cli: add --body=true|false option to notmuch-show.c

2012-07-23 Thread Austin Clements
Quoth Mark Walters on Jul 23 at 5:17 pm: > This option allows the caller to suppress the output of the bodies of > the messages. Currently this is only implemented for format=json. > > This is used by notmuch-pick.el (although not needed) because it gives > a speed-up of at least a factor of a

[PATCH 1/4] cli: add --body=true|false option to notmuch-show.c

2012-07-23 Thread Mark Walters
This option allows the caller to suppress the output of the bodies of the messages. Currently this is only implemented for format=json. This is used by notmuch-pick.el (although not needed) because it gives a speed-up of at least a factor of a two (and in some cases a speed up of more than a

Re: [PATCH 1/4] cli: add --body=true|false option to notmuch-show.c

2012-07-23 Thread Austin Clements
Quoth Mark Walters on Jul 23 at 5:17 pm: This option allows the caller to suppress the output of the bodies of the messages. Currently this is only implemented for format=json. This is used by notmuch-pick.el (although not needed) because it gives a speed-up of at least a factor of a two