[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 72 / ea2d962f50463bdcaa4d279cb8e88abd079913
1 Return-Path: <kimminh.kaplan+nomuch@afnic.fr>\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 323C1431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Nov 2012 23:46:53 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 Yo8eos0ID-Zt for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Nov 2012 23:46:52 -0800 (PST)\r
17 Received: from mx4.nic.fr (mx4.nic.fr [192.134.4.12])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6EAE1431FAF\r
19         for <notmuch@notmuchmail.org>; Mon, 12 Nov 2012 23:46:52 -0800 (PST)\r
20 Received: from mx4.nic.fr (localhost [127.0.0.1])\r
21         by mx4.nic.fr (Postfix) with SMTP id B38A82802BD;\r
22         Tue, 13 Nov 2012 08:46:48 +0100 (CET)\r
23 Received: from relay2.nic.fr (relay2.nic.fr [192.134.4.163])\r
24         by mx4.nic.fr (Postfix) with ESMTP id AE9FA280136;\r
25         Tue, 13 Nov 2012 08:46:48 +0100 (CET)\r
26 Received: from kaki.tech.prive.nic.fr (kaki.tech.prive.sqy.nic.fr\r
27         [10.10.86.114]) by relay2.nic.fr (Postfix) with ESMTP id AD28CB38004;\r
28         Tue, 13 Nov 2012 08:46:18 +0100 (CET)\r
29 Received: by kaki.tech.prive.nic.fr (Postfix, from userid 1000)\r
30         id 860DC3F8225; Tue, 13 Nov 2012 07:46:18 +0000 (UTC)\r
31 From: Kim Minh Kaplan <kimminh.kaplan+nomuch@afnic.fr>\r
32 To: Mark Walters <markwalters1009@gmail.com>\r
33 Subject: Re: [PATCH v2] contrib: pick: bugfix when trying to show a\r
34  non-message\r
35 References: <1352562350-8219-1-git-send-email-markwalters1009@gmail.com>\r
36 Date: Tue, 13 Nov 2012 07:46:18 +0000\r
37 In-Reply-To: <1352562350-8219-1-git-send-email-markwalters1009@gmail.com>\r
38         (Mark Walters's message of "Sat, 10 Nov 2012 15:45:50 +0000")\r
39 Message-ID: <87haou54j9.fsf@kaki.tech.prive.nic.fr>\r
40 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)\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: Tue, 13 Nov 2012 07:46:53 -0000\r
57 \r
58 Mark Walters writes:\r
59 \r
60 David Bremner writes:\r
61 \r
62 > Mark Walters <markwalters1009@gmail.com> writes:\r
63 >\r
64 >> This version changes the `when' to and `if' and adds the fix for the\r
65 >> quoting.\r
66 >>\r
67 >> +    (if id\r
68 >> +      (notmuch-id-to-query id))\r
69 \r
70 > Sorry to be such a pedant about this. Is it obvious to other people that \r
71 > (if nil 'something) evaluates to nil?\r
72 \r
73 The obvious would be:\r
74 \r
75     (and id\r
76          (notmuch-id-to-query id))\r
77 \r
78 Kim Minh.\r