]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch show: Don't show empty headers.
authorCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 18:12:58 +0000 (10:12 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 18:12:58 +0000 (10:12 -0800)
commit2303d9366e2a4f18173983ab02a0c4d9b05d607c
tree9dab31d8e3d027793ae2096f433fe52f33be113c
parentc375f7a4078f88f9d35503cbe3feea063aee3358
notmuch show: Don't show empty headers.

This is a fairly old regression. There has always been code to avoid
printing empty headers (such as Cc or Bcc with no values), but it has
been broken since notmuch_message_get_header was changed to return
an empty string rather than a NULL pointer for these fields.
notmuch-show.c