[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / a0 / bafabceb9f4c1cf13bc51157ccd88919cce796
1 Return-Path: <jrollins@servo.finestructure.net>\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 EF40A429E2B\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:36 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id YVPVtsEII4Rv for <notmuch@notmuchmail.org>;\r
17         Tue, 21 Jun 2011 10:31:36 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id 47465429E27\r
21         for <notmuch@notmuchmail.org>; Tue, 21 Jun 2011 10:31:36 -0700 (PDT)\r
22 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by fire-doxen-postvirus (Postfix) with ESMTP id 634D32E506E8;\r
24         Tue, 21 Jun 2011 10:23:25 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (DHCP-123-207.caltech.edu\r
27         [131.215.123.207]) (Authenticated sender: jrollins)\r
28         by fire-doxen-submit (Postfix) with ESMTP id 609B82E50BF6;\r
29         Tue, 21 Jun 2011 10:23:18 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 9E73F7A2; Tue, 21 Jun 2011 10:31:28 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 3/4] debian: build depend on emacs23 or emacs23-nox\r
35 Date: Tue, 21 Jun 2011 10:31:24 -0700\r
36 Message-Id: <1308677485-6846-3-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.5.3\r
38 In-Reply-To: <1308677485-6846-2-git-send-email-jrollins@finestructure.net>\r
39 References: <87wrgfqprg.fsf@zancas.localnet>\r
40         <1308677485-6846-1-git-send-email-jrollins@finestructure.net>\r
41         <1308677485-6846-2-git-send-email-jrollins@finestructure.net>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 21 Jun 2011 17:31:37 -0000\r
55 \r
56 ---\r
57  debian/control |    2 +-\r
58  1 files changed, 1 insertions(+), 1 deletions(-)\r
59 \r
60 diff --git a/debian/control b/debian/control\r
61 index 0c998df..49f6961 100644\r
62 --- a/debian/control\r
63 +++ b/debian/control\r
64 @@ -13,7 +13,7 @@ Build-Depends:\r
65   libgmime-2.4-dev,\r
66   libtalloc-dev,\r
67   libz-dev,\r
68 - emacs23-nox,\r
69 + emacs23 | emacs23-nox,\r
70   python-all (>= 2.6.6-3~),\r
71  Standards-Version: 3.9.1.0\r
72  Homepage: http://notmuchmail.org/\r
73 -- \r
74 1.7.5.3\r
75 \r