[PATCH 2/3] emacs: Optionally hide some part headers.

2012-01-24 Thread Tomi Ollila
On Tue, 24 Jan 2012 12:53:39 +, David Edmondson wrote: > Add a regexp, `notmuch-show-part-headers-hidden' and if the > content-type of a part matches, don't show the part header. > --- LGTM... (I wonder ow easy is it to write regexps in custimization interface)

[PATCH 2/3] emacs: Optionally hide some part headers.

2012-01-24 Thread David Edmondson
Add a regexp, `notmuch-show-part-headers-hidden' and if the content-type of a part matches, don't show the part header. --- emacs/notmuch-show.el | 43 --- 1 files changed, 28 insertions(+), 15 deletions(-) diff --git a/emacs/notmuch-show.el

Re: [PATCH 2/3] emacs: Optionally hide some part headers.

2012-01-24 Thread Tomi Ollila
On Tue, 24 Jan 2012 12:53:39 +, David Edmondson d...@dme.org wrote: Add a regexp, `notmuch-show-part-headers-hidden' and if the content-type of a part matches, don't show the part header. --- LGTM... (I wonder ow easy is it to write regexps in custimization interface)