]> rtime.felk.cvut.cz Git - notmuch.git/commit
notmuch show: Don't hide a digital signature.
authorCarl Worth <cworth@cworth.org>
Sat, 21 Nov 2009 00:00:41 +0000 (01:00 +0100)
committerCarl Worth <cworth@cworth.org>
Sat, 21 Nov 2009 00:00:41 +0000 (01:00 +0100)
commit67bad3483fa5f83d517abbdc388571f06a92e2e8
tree63676f55044da315d867c80d95684ca6a1a0fdc4
parent882a58de5fdfb8500ef3d75189299dadba2c96d0
notmuch show: Don't hide a digital signature.

This was a bug that was introduced in copying the indexing code over
into notmuch-show.c. When indexing, we want to ignore the signature,
(it has no interesting terms). But when presenting the message, it's
important to present the signature to the user.

(And would be even better if we presented whether or not the signature
is good.)
show-message.c