Re: [PATCH 1/2] Add part filename and content-id in notmuch show output if available.

2011-06-28 Thread Carl Worth
On Sun, 29 May 2011 02:03:47 +0400, Dmitry Kurochkin wrote: > Also, the patch adds Content-id to text output format of notmuch > show. I don't think I've raised this point before, but I've been tempted to setup a git hook that rejects any commits with a paragraph beginning with the word "also" o

[PATCH 1/2] Add part filename and content-id in notmuch show output if available.

2011-06-28 Thread Carl Worth
On Sun, 29 May 2011 02:03:47 +0400, Dmitry Kurochkin wrote: > Also, the patch adds Content-id to text output format of notmuch > show. I don't think I've raised this point before, but I've been tempted to setup a git hook that rejects any commits with a paragraph beginning with the word "also" or

[PATCH 1/2] Add part filename and content-id in notmuch show output if available.

2011-05-29 Thread Dmitry Kurochkin
Before the change, notmuch show output had filename only for parts with "Content-Disposition: attachment". But parts with inline disposition may have filename as well. The patch makes notmuch show always output filename if available, independent of Content-Disposition. Both JSON and text output

[PATCH 1/2] Add part filename and content-id in notmuch show output if available.

2011-05-28 Thread Dmitry Kurochkin
Before the change, notmuch show output had filename only for parts with "Content-Disposition: attachment". But parts with inline disposition may have filename as well. The patch makes notmuch show always output filename if available, independent of Content-Disposition. Both JSON and text output