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 A2D61431FAE for ; Tue, 24 Nov 2009 17:35:06 -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 U9tzdOBnZ29E for ; Tue, 24 Nov 2009 17:35:05 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 18871431FBC for ; Tue, 24 Nov 2009 17:35:04 -0800 (PST) Received: by bwz24 with SMTP id 24so5514914bwz.30 for ; Tue, 24 Nov 2009 17:35:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer; bh=N1VoJ/jHpaLnoKkf/tItg8yQIA53uMVqxpyomM0TrUI=; b=p0R6bVjmp26v4UVbF3tjNFz1WpRmqO+eWSJk7vHpq4SqDfwLMk/e2+BlIQQQUBI7of HO/vxkYu4kVytuATsyDtflF+XJsDDa6dw6XksNfniy90dDkfs3YoVn8fh4ezFwNvFUsS ZPZS1vpqsq4e1koaAPsQjhu+eSHZFw1fccV9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=qtZasYVcYzQ05wug3MfifZHAmdNOqE0l+t0njwVyeFfIZ0Vqk2AYuoOZ/ZQQ3JZWoi v765D+QJnQRU44BnLRbzKZiHqOXPWcgOLBL2floKa1nElJpA1UT42V+f7/rMNupJOGZE i/gQEbJ38HgfqyFrAspdxMhuYoqNnkg9JKs9s= Received: by 10.204.8.151 with SMTP id h23mr6783099bkh.194.1259112904033; Tue, 24 Nov 2009 17:35:04 -0800 (PST) Received: from localhost.localdomain (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id 35sm7911394fkt.40.2009.11.24.17.35.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Nov 2009 17:35:03 -0800 (PST) Sender: Jed Brown From: Jed Brown To: notmuch@notmuchmail.org Date: Wed, 25 Nov 2009 02:35:12 +0100 Message-Id: <1259112914-19806-1-git-send-email-jed@59A2.org> X-Mailer: git-send-email 1.6.5.3 Subject: [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: Wed, 25 Nov 2009 01:35:06 -0000 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: ...'