[PATCH] emacs: Add `notmuch-show-elide-same-subject', controlling the appearance of collapsed messages in notmuch-show mode.

2010-11-07 Thread Sebastian Spaeth
On Fri, 05 Nov 2010 10:51:52 -0700, Carl Worth wrote: > > +(defcustom notmuch-show-elide-same-subject nil > > + "Do not show the subject of a collapsed message if it is the > > +same as that of the previous message." Just for the record. I really think this is an improvement that doesn't need a

[PATCH] emacs: Add `notmuch-show-elide-same-subject', controlling the appearance of collapsed messages in notmuch-show mode.

2010-11-05 Thread Carl Worth
On Fri, 5 Nov 2010 09:50:15 +, David Edmondson wrote: > If `notmuch-show-elide-same-subject' is set to `t' then collapsed > messages do not show a "Subject:" line if the subject is the same as > that of the previous message. Sounds cool. Thanks! (Will test and merge later.) > +(defcustom

[PATCH] emacs: Add `notmuch-show-elide-same-subject', controlling the appearance of collapsed messages in notmuch-show mode.

2010-11-05 Thread David Edmondson
If `notmuch-show-elide-same-subject' is set to `t' then collapsed messages do not show a "Subject:" line if the subject is the same as that of the previous message. --- emacs/notmuch-show.el | 38 -- 1 files changed, 28 insertions(+), 10 deletions(-) diff

[PATCH] emacs: Add `notmuch-show-elide-same-subject', controlling the appearance of collapsed messages in notmuch-show mode.

2010-11-05 Thread David Edmondson
If `notmuch-show-elide-same-subject' is set to `t' then collapsed messages do not show a Subject: line if the subject is the same as that of the previous message. --- emacs/notmuch-show.el | 38 -- 1 files changed, 28 insertions(+), 10 deletions(-) diff