Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / ba / dfd45a3c0f1b9373f858849568cf21f06077b8
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E7881431FBC;\r
6         Fri, 27 Nov 2009 17:00:48 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Q9tz2K84Qnzq; Fri, 27 Nov 2009 17:00:48 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 3A5EC431FAE;\r
13         Fri, 27 Nov 2009 17:00:48 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1259112914-19806-1-git-send-email-jed@59A2.org>\r
17 References: <1259112914-19806-1-git-send-email-jed@59A2.org>\r
18 Date: Fri, 27 Nov 2009 17:00:33 -0800\r
19 Message-ID: <87ljhrbgzy.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] Notmuch-side support for git send-email --notmuch\r
23  id:<MESSAGE-ID>\r
24 X-BeenThere: notmuch@notmuchmail.org\r
25 X-Mailman-Version: 2.1.12\r
26 Precedence: list\r
27 List-Id: "Use and development of the notmuch mail system."\r
28         <notmuch.notmuchmail.org>\r
29 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
30         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
31 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
32 List-Post: <mailto:notmuch@notmuchmail.org>\r
33 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
34 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
36 X-List-Received-Date: Sat, 28 Nov 2009 01:00:49 -0000\r
37 \r
38 On Wed, 25 Nov 2009 02:35:12 +0100, Jed Brown <jed@59A2.org> wrote:\r
39 > These two patches provide support for features like the one in the\r
40 > subject line.  Along with these two patches, I have one for git\r
41 > format-patch (which I will submit upstream soon) that uses the output\r
42 > from notmuch reply --format=headers-only to build a reply with proper\r
43 > referencing, To, and Cc fields.\r
44\r
45 > Since options for git send-email are passed to git format-patch,\r
46\r
47 >   git send-email --notmuch id:<ID>\r
48\r
49 > is a substitute for\r
50\r
51 >   git send-email --in-reply-to <ID> --to <TO> --cc <CC> --add-header 'References: ...'\r
52 \r
53 Having "notmuch reply --format=headers-only" seems just great. Thanks\r
54 for submitting this.\r
55 \r
56 I've pushed it all out except for the last --format=headers-only-git\r
57 piece, for which I'll comment on the patch.\r
58 \r
59 Oh, and the documentation for "notmuch reply" needs to be updated, (in\r
60 notmuch.1 and notmuch.c). Could you take a whack at that?\r
61 \r
62 Thanks,\r
63 \r
64 -Carl\r
65 \r