]> git.notmuchmail.org Git - notmuch/commit
emacs: improve hidden signatures handling in notmuch-show-advance-and-archive
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 6 Nov 2011 09:03:59 +0000 (13:03 +0400)
committerDavid Bremner <bremner@debian.org>
Tue, 8 Nov 2011 00:38:37 +0000 (20:38 -0400)
commit6e6cb68b804de9e5234bfadaeec3e4b7b4075251
treed771107c7c7e3f14fa0db9b82e1554edf26e9d78
parent968965635197a6646688c0edd759f0c4f74181cb
emacs: improve hidden signatures handling in notmuch-show-advance-and-archive

Use `previous-single-char-property-change' instead of going
through each character by hand and testing it's visibility.  This
fixes `notmuch-show-advance-and-archive' to work for the last
message in thread with hidden signature.
emacs/notmuch-show.el
test/emacs