[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 57 / 654ac61b823c3d22ca8709a5b12083d06c6ad1
1 Return-Path: <markwalters1009@gmail.com>\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 42516431FC2\r
6         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:18 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id nAHmP8+TORsG for <notmuch@notmuchmail.org>;\r
18         Sun, 15 Sep 2013 07:35:12 -0700 (PDT)\r
19 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com\r
20         [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 87FFA431FAE\r
23         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:12 -0700 (PDT)\r
24 Received: by mail-wi0-f178.google.com with SMTP id hn9so2487442wib.11\r
25         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:11 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=Q8acsoaCgXSDnFDS+UETqBluheAKhzqhof8AKGYP1pY=;\r
29         b=IIXPy3CqUg+E67o53yRPGfGHkYFSmC8vcR4H+PWlR7sP0MMRb0DQsvw+ZIjHkRBYNc\r
30         qK939TznU9dWC2y+9VQQTo70bbrRZ2dT5osETSk25a16VXGO1mCqtPXNDnhkne0iv+kI\r
31         cgvovw1uVw4d5cwGt166jWbyAOCdgaYUiEyWDJrbKEiC9ZwlkzEd7jHprHtS07PHiUPG\r
32         qzYC/cKGD/S9iAw86D4Ywkc9zWieXBY8x7YyRYzn6VC8l10uLS6qg1R734/Cf1nk1xey\r
33         D4YKVuZxs3jxVVAdkTjt6nIpRkfgc/czgqpo4OOJPuNSs5zfZtXNwekz4cieaudYXLyT\r
34         KowQ==\r
35 X-Received: by 10.194.110.138 with SMTP id ia10mr18923719wjb.3.1379255711241; \r
36         Sun, 15 Sep 2013 07:35:11 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id fb9sm16887146wid.7.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 15 Sep 2013 07:35:10 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/3] Use global keymap for pick entry.\r
44 Date: Sun, 15 Sep 2013 15:35:03 +0100\r
45 Message-Id: <1379255706-2418-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sun, 15 Sep 2013 14:35:18 -0000\r
60 \r
61 This uses the recently added global keymap for pick entry. Adding this\r
62 showed a couple of historical anomalies: first that we don't need to\r
63 quote the keymap in define-key, and secondly that the\r
64 notmuch-pick-from-hello function is no longer needed.\r
65 \r
66 Thus we remove the superfluous quotes and we remove the unneeded\r
67 function.\r
68 \r
69 All tests pass and all key bindings still seem to work.\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75 \r
76 Mark Walters (3):\r
77   contrib: pick: remove some superfluous quotes\r
78   contrib: pick: use the new notmuch-common-keymap for pick entry\r
79   contrib: pick: remove unused notmuch-pick-from-hello\r
80 \r
81  contrib/notmuch-pick/notmuch-pick.el |   21 ++++-----------------\r
82  1 files changed, 4 insertions(+), 17 deletions(-)\r
83 \r
84 -- \r
85 1.7.9.1\r
86 \r