[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 95 / b94b4f82a739df22d42fe0d8caaa02028f244d
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 83952431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 13 Jan 2010 05:58:45 -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: -0.017\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5\r
12         tests=[AWL=-0.018, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id aDvShiJG0tHW for <notmuch@notmuchmail.org>;\r
16         Wed, 13 Jan 2010 05:58:45 -0800 (PST)\r
17 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
18         by olra.theworths.org (Postfix) with ESMTP id EF0BD431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 13 Jan 2010 05:58:44 -0800 (PST)\r
20 Received: from\r
21         fctnnbsc30w-142167190143.pppoe-dynamic.high-speed.nb.bellaliant.net\r
22         ([142.167.190.143] helo=rocinante.cs.unb.ca)\r
23         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
25         id 1NV3kB-0005Dt-W9; Wed, 13 Jan 2010 09:58:44 -0400\r
26 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
27         (envelope-from <bremner@rocinante.cs.unb.ca>)\r
28         id 1NV3i4-0004vM-VM; Wed, 13 Jan 2010 09:56:32 -0400\r
29 From: David Bremner <bremner@unb.ca>\r
30 To: Ali Polatel <alip@exherbo.org>, notmuch@notmuchmail.org\r
31 In-Reply-To:\r
32  <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org>\r
33 References:\r
34  <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org>\r
35 Date: Wed, 13 Jan 2010 09:56:32 -0400\r
36 Message-ID: <87my0i152n.fsf@rocinante.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
40 Subject: Re: [notmuch] [PATCH] Import CODING_STYLE from cairo\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 13 Jan 2010 13:58:45 -0000\r
54 \r
55 On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel <alip@exherbo.org> wrote:\r
56 > A good way to let new contributors know how to contribute :)\r
57 \r
58 Not a bad idea. Also nice would be a style definition for emacs.\r
59 \r
60 I started, but did not get very far or even have much confidence it what\r
61 I did do :)\r
62 \r
63 (setq notmuch-c-style\r
64   '("linux"\r
65     (c-basic-offset . 4)))\r
66 (c-add-style "notmuch" notmuch-c-style)\r