[Patch v2] Minor correction to devel/schemata

2012-06-30 Thread Austin Clements
LGTM. On Sat, 30 Jun 2012, Mark Walters wrote: > In id:"87sjdm12d1.fsf at awakening.csail.mit.edu" Austin pointed out that > devel/schemata needs a slight correction with the new > --entire-thread=false option. This is that correction. > > --- > > Resend with better commit message > > Best

[Patch v2] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
In id:"87sjdm12d1.fsf at awakening.csail.mit.edu" Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. --- Resend with better commit message Best wishes Mark devel/schemata |2 +- 1 files changed, 1

[PATCH] cli: notmuch-show with framing newlines between threads in JSON.

2012-06-30 Thread Dmitry Kurochkin
Hi Mark. Mark Walters writes: > Add newlines between complete threads to make asynchronous parsing > of the JSON easier. > --- > > notmuch-pick uses the JSON output of notmuch show but, in many cases, > for many threads. This can take quite a long time when displaying a > large number of

[PATCH] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
--- In id:"87sjdm12d1.fsf at awakening.csail.mit.edu" Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. Best wishes Mark devel/schemata |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH] cli: add --headers_only option to notmuch-show.c

2012-06-30 Thread Mark Walters
This option just outputs the headers of a message (i.e. it omits the bodies). 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; moreover it reduces the memory usage in emacs hugely.

[PATCH] cli: notmuch-show with framing newlines between threads in JSON.

2012-06-30 Thread Mark Walters
Add newlines between complete threads to make asynchronous parsing of the JSON easier. --- notmuch-pick uses the JSON output of notmuch show but, in many cases, for many threads. This can take quite a long time when displaying a large number of messages (say 20 seconds for the 10,000 messages in

[PATCH] cli: add --headers_only option to notmuch-show.c

2012-06-30 Thread Mark Walters
This option just outputs the headers of a message (i.e. it omits the bodies). 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; moreover it reduces the memory usage in emacs hugely.

Re: [PATCH] cli: notmuch-show with framing newlines between threads in JSON.

2012-06-30 Thread Dmitry Kurochkin
Hi Mark. Mark Walters markwalters1...@gmail.com writes: Add newlines between complete threads to make asynchronous parsing of the JSON easier. --- notmuch-pick uses the JSON output of notmuch show but, in many cases, for many threads. This can take quite a long time when displaying a

[PATCH] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
--- In id:87sjdm12d1@awakening.csail.mit.edu Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. Best wishes Mark devel/schemata |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Patch v2] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
In id:87sjdm12d1@awakening.csail.mit.edu Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. --- Resend with better commit message Best wishes Mark devel/schemata |2 +- 1 files changed, 1 insertions(+),

Re: [Patch v2] Minor correction to devel/schemata

2012-06-30 Thread Austin Clements
LGTM. On Sat, 30 Jun 2012, Mark Walters markwalters1...@gmail.com wrote: In id:87sjdm12d1@awakening.csail.mit.edu Austin pointed out that devel/schemata needs a slight correction with the new --entire-thread=false option. This is that correction. --- Resend with better commit message