[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 77 / 9a110228cf241f9d750c52dc93b14a2e34e298
1 Return-Path: <xma@gnu.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 56D5C429E5E\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 14:25:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.463\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.463 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1]\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 DO+dTctv869q for <notmuch@notmuchmail.org>;\r
17         Fri, 13 Jan 2012 14:25:42 -0800 (PST)\r
18 Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
19         [88.164.105.66])\r
20         by olra.theworths.org (Postfix) with ESMTP id C6369429E5A\r
21         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 14:25:41 -0800 (PST)\r
22 Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
23         by xhlj.maillard.im (Postfix) with ESMTP id E681D216F6;\r
24         Fri, 13 Jan 2012 23:25:39 +0100 (CET)\r
25 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
26         :subject:in-reply-to:references:reply-to:date:message-id\r
27         :mime-version:content-type; s=postfix; bh=MBbQ79m++vwiWbnkwSf36H\r
28         KhpzA=; b=Jldt9NAosdoE1zJ1E0SDtiIfsYdXr89LoFmz28feKjwzvtTjqgO0cP\r
29         b0dfUUIyvde7ajhqTG8kOcT3RcqRC7Vta6uYKhA/2Yk6Dm6Z1vxZT9mAiabnszvd\r
30         s9oGITMv1FLjHuBgpr4ut081tvl245BWGHdABRru1w/IdJ35sU8/w=\r
31 Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
32         [88.164.105.66])\r
33         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
34         (No client certificate requested)\r
35         by xhlj.maillard.im (Postfix) with ESMTPSA;\r
36         Fri, 13 Jan 2012 23:25:39 +0100 (CET)\r
37 From: Xavier Maillard <xma@gnu.org>\r
38 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
39 Subject: [PATCH] Set fill column to 70 in .dir-locals.el and refactor other\r
40         settings.\r
41 In-Reply-To: <m2lipb6alj.fsf@kcals.intra.maillard.im>\r
42 References: <1326410243-22277-1-git-send-email-amdragon@mit.edu>\r
43         <m2lipb6alj.fsf@kcals.intra.maillard.im>\r
44 User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1\r
45         (i486-slackware-linux-gnu)\r
46 Date: Fri, 13 Jan 2012 23:42:57 +0100\r
47 Message-ID: <m27h0v5imm.fsf@kcals.intra.maillard.im>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=us-ascii\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 Reply-To: Xavier Maillard <xma@gnu.org>\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 13 Jan 2012 22:25:42 -0000\r
64 \r
65 \r
66 This controls where comments and other text wraps.  70 is the default\r
67 value, so this simply returns it to the default for people who have\r
68 overridden it.  Most notmuch code already adheres to this.\r
69 ---\r
70 SO here is the patch (still sorry if I did it wrongly and very badly).\r
71 \r
72  .dir-locals.el |   19 ++++++-------------\r
73  1 files changed, 6 insertions(+), 13 deletions(-)\r
74 \r
75 diff --git a/.dir-locals.el b/.dir-locals.el\r
76 index aea630b..27f01c0 100644\r
77 --- a/.dir-locals.el\r
78 +++ b/.dir-locals.el\r
79 @@ -1,23 +1,16 @@\r
80 -; emacs local configuration settings for notmuch source\r
81 -; surmised by dkg on 2010-11-23 13:43:18-0500\r
82 -; amended by amdragon on 2011-06-06\r
83 +;; emacs local configuration settings for notmuch source\r
84 +;; surmised by dkg on 2010-11-23 13:43:18-0500\r
85 +;; amended by amdragon on 2011-06-06\r
86  \r
87 -((c-mode\r
88 +((nil\r
89    (indent-tabs-mode . t)\r
90    (tab-width . 8)\r
91    (c-basic-offset . 4)\r
92 +  (fill-column . 70))\r
93 + (c-mode\r
94    (c-file-style . "linux"))\r
95   (c++-mode\r
96 -  (indent-tabs-mode . t)\r
97 -  (tab-width . 8)\r
98 -  (c-basic-offset . 4)\r
99    (c-file-style . "linux"))\r
100 - (emacs-lisp-mode\r
101 -  (indent-tabs-mode . t)\r
102 -  (tab-width . 8))\r
103   (shell-mode\r
104 -  (indent-tabs-mode . t)\r
105 -  (tab-width . 8)\r
106 -  (sh-basic-offset . 4)\r
107    (sh-indentation . 4))\r
108   )\r
109 -- \r
110 1.7.1\r
111 \r