]> git.cworth.org Git - notmuch/commitdiff
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)
`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.


No differences found