]> git.cworth.org Git - notmuch/commit
notmuch-reply.c: implement notmuch_reply_format_headers_only
authorJed Brown <jed@59A2.org>
Wed, 25 Nov 2009 01:35:14 +0000 (02:35 +0100)
committerCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 00:56:42 +0000 (16:56 -0800)
commitf47e54bc515599486eff34642a7f340626c57197
treef961da5fe938fc4447139042421a0aa762cb01c7
parent5d447f327f3eb2dcb8e1ccde3ff3f444c2060e64
notmuch-reply.c: implement notmuch_reply_format_headers_only

This command only generates References, To, and Cc headers.
The purpose is primarily for use in

  git send-email --notmuch id:<MESSAGE-ID>

to get proper threading and address the relevant parties.  Hooks for
other SCMs may come later.

Signed-off-by: Jed Brown <jed@59A2.org>
notmuch-reply.c