]> git.notmuchmail.org Git - notmuch/commit
emacs: add keybind and function to stash Message-ID without prefix
authorPieter Praet <pieter@praet.org>
Thu, 30 Jun 2011 08:20:50 +0000 (10:20 +0200)
committerDavid Bremner <bremner@debian.org>
Sun, 13 Nov 2011 00:29:04 +0000 (20:29 -0400)
commitf9764bfacc97457d1154c2d2a6001a6564f13ec3
tree0d86e0295c9dd7a06bf87733458567398363f654
parentfd700ec9613f26a67c7ab64ab2b751e42f3f1f20
emacs: add keybind and function to stash Message-ID without prefix

Add function `notmuch-show-stash-message-id-stripped'
which stashes a Message-ID after ripping off the prefix and quotes,
add bind it to "I" key in `notmuch-show-stash-map'.

Simplifying `notmuch-show-get-message-id' instead might seem better,
but that would require concat'ing in 9 places instead of 1.

Signed-off-by: Pieter Praet <pieter@praet.org>
emacs/notmuch-show.el