[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / ad / c2ae3f6e834f43f96588477d0e34f6f656f882
1 Return-Path: <five9a2@gmail.com>\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 A2D61431FAE\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 17:35:06 -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 U9tzdOBnZ29E for <notmuch@notmuchmail.org>;\r
11         Tue, 24 Nov 2009 17:35:05 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 18871431FBC\r
15         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 17:35:04 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so5514914bwz.30\r
17         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 17:35:04 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:received:received:sender:from:to:cc:subject\r
20         :date:message-id:x-mailer;\r
21         bh=N1VoJ/jHpaLnoKkf/tItg8yQIA53uMVqxpyomM0TrUI=;\r
22         b=p0R6bVjmp26v4UVbF3tjNFz1WpRmqO+eWSJk7vHpq4SqDfwLMk/e2+BlIQQQUBI7of\r
23         HO/vxkYu4kVytuATsyDtflF+XJsDDa6dw6XksNfniy90dDkfs3YoVn8fh4ezFwNvFUsS\r
24         ZPZS1vpqsq4e1koaAPsQjhu+eSHZFw1fccV9Q=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=sender:from:to:cc:subject:date:message-id:x-mailer;\r
27         b=qtZasYVcYzQ05wug3MfifZHAmdNOqE0l+t0njwVyeFfIZ0Vqk2AYuoOZ/ZQQ3JZWoi\r
28         v765D+QJnQRU44BnLRbzKZiHqOXPWcgOLBL2floKa1nElJpA1UT42V+f7/rMNupJOGZE\r
29         i/gQEbJ38HgfqyFrAspdxMhuYoqNnkg9JKs9s=\r
30 Received: by 10.204.8.151 with SMTP id h23mr6783099bkh.194.1259112904033;\r
31         Tue, 24 Nov 2009 17:35:04 -0800 (PST)\r
32 Received: from localhost.localdomain (vawpc43.ethz.ch [129.132.59.11])\r
33         by mx.google.com with ESMTPS id 35sm7911394fkt.40.2009.11.24.17.35.02\r
34         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
35         Tue, 24 Nov 2009 17:35:03 -0800 (PST)\r
36 Sender: Jed Brown <five9a2@gmail.com>\r
37 From: Jed Brown <jed@59A2.org>\r
38 To: notmuch@notmuchmail.org\r
39 Date: Wed, 25 Nov 2009 02:35:12 +0100\r
40 Message-Id: <1259112914-19806-1-git-send-email-jed@59A2.org>\r
41 X-Mailer: git-send-email 1.6.5.3\r
42 Subject: [notmuch] Notmuch-side support for git send-email --notmuch\r
43         id:<MESSAGE-ID>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.12\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 25 Nov 2009 01:35:06 -0000\r
57 \r
58 These two patches provide support for features like the one in the\r
59 subject line.  Along with these two patches, I have one for git\r
60 format-patch (which I will submit upstream soon) that uses the output\r
61 from notmuch reply --format=headers-only to build a reply with proper\r
62 referencing, To, and Cc fields.\r
63 \r
64 Since options for git send-email are passed to git format-patch,\r
65 \r
66   git send-email --notmuch id:<ID>\r
67 \r
68 is a substitute for\r
69 \r
70   git send-email --in-reply-to <ID> --to <TO> --cc <CC> --add-header 'References: ...'\r
71 \r
72 \r