]> git.notmuchmail.org Git - notmuch/commit
emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.
authorDavid Edmondson <dme@dme.org>
Wed, 25 Jan 2012 13:53:58 +0000 (13:53 +0000)
committerDavid Bremner <bremner@debian.org>
Fri, 27 Jan 2012 11:58:58 +0000 (07:58 -0400)
commitcbc4876a33d34be8cb6abad9303c366a6be142a8
tree958ee2a7e344aadf7d741f24195cee349c9ee190
parent3f003a3ae0ee800cbbae7ac1daa72b3be55f9d83
emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

`mail-header-parse-address' expects un-decoded mailbox parts, which is
not what we have at this point. Replace it with simple string
deconstruction.

Mark the corresponding test as no longer broken.

Minor whitespace cleanup.
emacs/notmuch-show.el
test/emacs-address-cleaning.sh