[PATCH] test: test parsing of malformed from addresses

2017-05-24 Thread David Bremner
This was previously tested in T200-thread-naming.sh, but failures due to changes in address parsing were confusing because they had nothing to do with threads. --- At the moment this is broken with gmime-3.0, and I'm not sure it's really easily fixable:

Re: [PATCH 2/2] exit lingering gpg agents at the end of relevant tests

2017-05-24 Thread David Bremner
Tomi Ollila writes: > Since gnupg 2.1.20, gpg-agent no longer shut itself down when > $GNUPGHOME directory is removed. > > Add exit hooks to the test modules which execute `gpgconf --kill all` > Did you test this on some machines with old gpg (1.x)? I think I don't have easy

Re: Add support for imenu

2017-05-24 Thread Damien Cassou
Jani Nikula writes: I would appreciate a commit message explaining what the patch is about, written to someone who doesn't know what imenu is, or how it could be applicable in search and show modes. done Please also look into using git send-email if possible, instead of

[PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search

2017-05-24 Thread Damien Cassou
Emacs' major modes can facilitate navigation in their buffers by supporting Imenu. In such major modes, launching Imenu (M-x imenu) makes Emacs display a list of items (e.g., function definitions in a code buffer). Selecting an item from this list moves point to this item. This patch adds Imenu