]> git.notmuchmail.org Git - notmuch/commit
Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).
authorDavid Bremner <bremner@unb.ca>
Fri, 12 Feb 2010 02:44:10 +0000 (22:44 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:17:13 +0000 (12:17 -0800)
commit1137ce11e11f031d30e6684cd56f0ec5654a3d97
tree5b0a0f51f0032dd019bee54fa8023cc67c4716ef
parente6c6bf3250475ead63a8306342d3af1d2d48e18a
Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).

Return the corresponding header field for the current message as a
string.  These are thin wrappers around notmuch-show-get-header, which
means they each cause a full parse of the RFC822 header. The main idea
is to fix an api.
notmuch.el