[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / aa / 10679a9d1ea758d0be027f385608e64563b43d
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 9A2EC431FD6\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Sep 2013 13:15:31 -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 gwT2meSIw0rT for <notmuch@notmuchmail.org>;\r
18         Mon,  2 Sep 2013 13:15:27 -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 111B6431FCF\r
23         for <notmuch@notmuchmail.org>; Mon,  2 Sep 2013 13:15:25 -0700 (PDT)\r
24 Received: by mail-wi0-f178.google.com with SMTP id hn9so1083747wib.17\r
25         for <notmuch@notmuchmail.org>; Mon, 02 Sep 2013 13:15:24 -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:in-reply-to:references;\r
28         bh=nqfa42hXWtaV6KVh9NWHxpLdm7jambgVAyOSD7G9eJg=;\r
29         b=ibgLD7pbqba3L769nqD/u3ZZzgICbCKqtIJolNql93yREBeVpfIkwRTc8eXJxYXFLN\r
30         MDO6r5kUVSqWGpNVhtDCwTnbnXe5/HMK8hu87zAbTYtdQTkQaEIFlfpsvMTaqofQA4q1\r
31         fg00E2woDKQXtw1UWSn5+1qphN4r/3OtfqukC9/vuZMCj/hYtj5xDrJqloMI4VDsBnMM\r
32         2nEsSzp06oDL7n3n4bCyBwCkZt/Pax4EGNApY4+QM1+pKjjbFdDiRDQH33h2q3PGPnbO\r
33         EyzpL4fsdrigtWTVTrG3lG5DXq+zuToM2eE9coXXIl98WjBlK0oRZIAIqrLF+7TojdJ+\r
34         QsTQ==\r
35 X-Received: by 10.180.206.42 with SMTP id ll10mr15154265wic.50.1378152923560; \r
36         Mon, 02 Sep 2013 13:15:23 -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 i3sm20801117wiw.7.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 02 Sep 2013 13:15:23 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v3 2/3] contrib: pick: add docstring for notmuch-pick-worker\r
44 Date: Mon,  2 Sep 2013 21:15:13 +0100\r
45 Message-Id: <1378152914-18930-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1378152914-18930-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1378152914-18930-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 02 Sep 2013 20:15:31 -0000\r
62 \r
63 ---\r
64  contrib/notmuch-pick/notmuch-pick.el |    4 ++++\r
65  1 files changed, 4 insertions(+), 0 deletions(-)\r
66 \r
67 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
68 index 32bd6b5..5dcc942 100644\r
69 --- a/contrib/notmuch-pick/notmuch-pick.el\r
70 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
71 @@ -854,6 +854,10 @@ Complete list of currently available key bindings:\r
72                                          results-buf)))))\r
73  \r
74  (defun notmuch-pick-worker (basic-query &optional query-context target open-target)\r
75 +  "Insert the actual pick search in the current buffer.\r
76 +\r
77 +This is is a helper function for notmuch-pick. The arguments are\r
78 +the same as for the function notmuch-pick."\r
79    (interactive)\r
80    (notmuch-pick-mode)\r
81    (setq notmuch-pick-basic-query basic-query)\r
82 -- \r
83 1.7.9.1\r
84 \r