[PATCH 1/2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

2012-01-25 Thread Thomas Jost
On Wed, 25 Jan 2012 11:45:03 +, David Edmondson wrote: > `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

[PATCH 1/2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

2012-01-25 Thread David Edmondson
On Wed, 25 Jan 2012 13:51:46 +0100, Thomas Jost wrote: > Works fine for me, but this also breaks en Emacs test: > > FAIL notmuch-show for message with invalid From > --- emacs.10.expected 2012-01-25 12:50:00.310786410 + > +++ emacs.10.output 2012-01-25

[PATCH 1/2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

2012-01-25 Thread David Edmondson
`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 | 50

[PATCH 1/2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

2012-01-16 Thread David Edmondson
`mail-header-parse-address' expects un-decoded mailbox parts, which is not what we have at this point. Replace it with simple string deconstruction. --- Fix the failing test in the previous set. emacs/notmuch-show.el | 48 +++- 1 files changed, 35

[PATCH 1/2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.

2012-01-16 Thread David Edmondson
`mail-header-parse-address' expects un-decoded mailbox parts, which is not what we have at this point. Replace it with simple string deconstruction. --- Fix the failing test in the previous set. emacs/notmuch-show.el | 48 +++- 1 files changed, 35