]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch show: Don't show the subject line twice.
authorCarl Worth <cworth@cworth.org>
Fri, 6 Nov 2009 17:32:24 +0000 (09:32 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 6 Nov 2009 17:32:24 +0000 (09:32 -0800)
I recently added a print of the subject line for use as part of a
two-line summary in the emacs client. But of course, the subject was
already being printed on the next line. So I didn't really need to add
anything, I could have just stopped hiding what was already
printed. Anyway, we now avoid printing it twice in a row.


No differences found