From: Pieter Praet Date: Sun, 19 Feb 2012 20:50:25 +0000 (+0100) Subject: emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefix X-Git-Tag: debian/0.12_rc1-1~36 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=16ba777fd2a6dc6e9ade1f3894f5d7a001464a53;hp=16ba777fd2a6dc6e9ade1f3894f5d7a001464a53;p=notmuch emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefix * emacs/notmuch-show.el (notmuch-show-get-message-id): Add optional arg BARE. When non-nil, return a Message-Id without quotes and prefix, thus obviating the need to strip them off again in various places. (notmuch-show-stash-message-id-stripped): Update wrt changes in `notmuch-show-get-message-id'. ---