]> git.notmuchmail.org Git - notmuch/commit
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)
commit508d2d2ff7bacb0b39563d233e9271fd8113b67c
tree35e7dcc05a4ce288a7b5a56410aa70d99663533b
parent98afc279573bfd9528056cb1e9398a286d97a8a3
notmuch show: Don't show the subject line twice.

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.
notmuch.c