Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 65 / 3707370363e22e320cf39de152548f1e3e2d68
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 360E2431FC7\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:06:43 -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 nDpPpZjC3RTJ for <notmuch@notmuchmail.org>;\r
18         Mon, 26 Aug 2013 11:06:36 -0700 (PDT)\r
19 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com\r
20         [209.85.212.169]) (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 75CE5431FAF\r
23         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:06:36 -0700 (PDT)\r
24 Received: by mail-wi0-f169.google.com with SMTP id l12so4423310wiv.4\r
25         for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:06:34 -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=2Ref8HjWXdPYeRv3P6688KcpshPkMePlfIsX9j0Y9kg=;\r
29         b=JXEKAEnYZXde2nP6pznh3oJ0JCH9GKdMMdOar5jzEUyfgmUgUlyMEBjNipBJMdETnv\r
30         EjaQFbkCssyv6h0rD/dOQ/58Wr4qaNrbG6d4eTfG3QAIM2AD7d0dpGHXCm7FWSGJqrCs\r
31         lnzqBY/BFsk434vzgOnC1zUPj3cCeA7d6Vv5c1mYExQZnBlVR5JN4Jftjr3140oBFfpx\r
32         LkppD9Y6qyFrQkbemzqhbADlpNtvZ/ly+i8oANqTrfaZUI77ENcASXQG2KUoKEVfu7WH\r
33         RqZo713cqyDwhbqcpvoywJNRcc9bJE3g0dFvc0uEzxnbu8wGvQWOnt5MDxySWNtK1LZ0\r
34         Yo/w==\r
35 X-Received: by 10.180.100.225 with SMTP id fb1mr5103049wib.22.1377460222766;\r
36         Sun, 25 Aug 2013 12:50:22 -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 v9sm13221710wiw.8.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 25 Aug 2013 12:50:22 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch (rebased) 2/2] contrib: pick: add docstring for\r
44         notmuch-pick-worker\r
45 Date: Sun, 25 Aug 2013 20:50:14 +0100\r
46 Message-Id: <1377460214-4795-3-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1377460214-4795-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1377460214-4795-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 26 Aug 2013 18:06:43 -0000\r
63 \r
64 ---\r
65  contrib/notmuch-pick/notmuch-pick.el |    4 ++++\r
66  1 files changed, 4 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
69 index f6710e9..30757c1 100644\r
70 --- a/contrib/notmuch-pick/notmuch-pick.el\r
71 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
72 @@ -795,6 +795,10 @@ Complete list of currently available key bindings:\r
73                                          results-buf)))))\r
74  \r
75  (defun notmuch-pick-worker (basic-query &optional query-context target open-target)\r
76 +  "Insert the actual pick search in the current buffer.\r
77 +\r
78 +This is is a helper function for notmuch-pick. The arguments are\r
79 +the same as for the function notmuch-pick."\r
80    (interactive)\r
81    (notmuch-pick-mode)\r
82    (setq notmuch-pick-basic-query basic-query)\r
83 -- \r
84 1.7.9.1\r
85 \r