Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E7881431FBC; Fri, 27 Nov 2009 17:00:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q9tz2K84Qnzq; Fri, 27 Nov 2009 17:00:48 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3A5EC431FAE; Fri, 27 Nov 2009 17:00:48 -0800 (PST) From: Carl Worth To: Jed Brown , notmuch@notmuchmail.org In-Reply-To: <1259112914-19806-1-git-send-email-jed@59A2.org> References: <1259112914-19806-1-git-send-email-jed@59A2.org> Date: Fri, 27 Nov 2009 17:00:33 -0800 Message-ID: <87ljhrbgzy.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Notmuch-side support for git send-email --notmuch id: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 01:00:49 -0000 On Wed, 25 Nov 2009 02:35:12 +0100, Jed Brown wrote: > These two patches provide support for features like the one in the > subject line. Along with these two patches, I have one for git > format-patch (which I will submit upstream soon) that uses the output > from notmuch reply --format=headers-only to build a reply with proper > referencing, To, and Cc fields. > > Since options for git send-email are passed to git format-patch, > > git send-email --notmuch id: > > is a substitute for > > git send-email --in-reply-to --to --cc --add-header 'References: ...' Having "notmuch reply --format=headers-only" seems just great. Thanks for submitting this. I've pushed it all out except for the last --format=headers-only-git piece, for which I'll comment on the patch. Oh, and the documentation for "notmuch reply" needs to be updated, (in notmuch.1 and notmuch.c). Could you take a whack at that? Thanks, -Carl