[PATCH] emacs: Modify notmuch-show-get-message-id to return message-id unprefixed with "id:".
Thomas Schwinge
thomas at schwinge.name
Mon Oct 10 16:46:43 PDT 2011
Hi!
On Sun, 9 Oct 2011 15:35:48 -0700, Jameson Graef Rollins <jrollins at finestructure.net> wrote:
> (defun notmuch-show-get-message-id ()
> "Return the message id of the current message."
> - (concat "id:\"" (notmuch-show-get-prop :id) "\""))
> + (concat "\"" (notmuch-show-get-prop :id) "\""))
Shouldn't the double quotes be removed here, too? (And be re-added in
the other places where id: is added.)
Grüße,
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20111011/d6e5bdb3/attachment.pgp>
More information about the notmuch
mailing list