[PATCH] configure: add --without-docs switch
[notmuch-archives.git] / 76 / d6ad23b8a24469576b472776a3c85d01a07002
1 Return-Path: <jani@nikula.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 BC934429E27\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 05:22:41 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 uSnyOU3jFkus for <notmuch@notmuchmail.org>;\r
16         Thu, 12 Jan 2012 05:22:41 -0800 (PST)\r
17 Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
18         [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 23BE8431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 05:22:41 -0800 (PST)\r
22 Received: by qcpx40 with SMTP id x40so936458qcp.26\r
23         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 05:22:39 -0800 (PST)\r
24 Received: by 10.229.106.152 with SMTP id x24mr1400018qco.2.1326374559406;\r
25         Thu, 12 Jan 2012 05:22:39 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id df3sm10076376qab.6.2012.01.12.05.22.37\r
28         (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 05:22:38 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: David Bremner <david@tethera.net>, Austin Clements <amdragon@MIT.EDU>\r
31 Subject: Re: [PATCH 2/2] notmuch-reply.c: uncrustify\r
32 In-Reply-To: <87r4z56pbx.fsf@zancas.localnet>\r
33 References: <1324135695-15487-1-git-send-email-david@tethera.net>\r
34         <1326197228-10356-1-git-send-email-david@tethera.net>\r
35         <1326197228-10356-3-git-send-email-david@tethera.net>\r
36         <20120112035739.GW20796@mit.edu> <87r4z56pbx.fsf@zancas.localnet>\r
37 User-Agent: Notmuch/0.10.2+187~g43d4f26 (http://notmuchmail.org) Emacs/23.1.1\r
38         (i686-pc-linux-gnu)\r
39 Date: Thu, 12 Jan 2012 13:22:34 +0000\r
40 Message-ID: <87ipkhhx7p.fsf@nikula.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\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: Thu, 12 Jan 2012 13:22:42 -0000\r
57 \r
58 On Thu, 12 Jan 2012 09:08:18 -0400, David Bremner <david@tethera.net> wrote:\r
59 > The corresponding diff for notmuch-search.c follows\r
60 \r
61 > -         \r
62 > -         notmuch_filenames_destroy( filenames );\r
63 > +\r
64 > +         notmuch_filenames_destroy ( filenames );\r
65 \r
66 Can you make it remove the extra spaces after ( and before ) too?\r
67 \r
68 \r
69 BR,\r
70 Jani.\r