Provide link property for message-id without angle brackets
commitd3c82cc7574908cf399c65c185617500a7304c02
authorDavid Maus <dmaus@ictsoc.de>
Sat, 31 Jul 2010 11:32:51 +0000 (31 11:32 +0000)
committerBastien Guerry <bzg@altern.org>
Sat, 31 Jul 2010 07:47:33 +0000 (31 09:47 +0200)
tree529b051d1aaba55be10de44e518b916d876467b7
parent9c1c4b3f8d23edd4bc3c73580990c7c59b7913d9
Provide link property for message-id without angle brackets

* org-wl.el (org-wl-store-link-message): Provide link property
for message-id without angle brackets.

The message-id header field can be used to maintain the connection
between an Org entry and an internet message.  The angle brackets have
a special meaning when performing a TAGS/PROPS/TODO query (Cf. Org
mode manual 10.3.3).  To be able to use the message-id as an entry
property we have to remove the angle brackets to be able to perform a
search for the entry associated with a particular message.
lisp/org-wl.el