Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 6a / f2d28525b1f2e359685ca7624e5ee666ce3a57
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 2274E429E3E\r
6         for <notmuch@notmuchmail.org>; Fri,  5 Jul 2013 11:11:46 -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 ul7qEvM65qdy for <notmuch@notmuchmail.org>;\r
18         Fri,  5 Jul 2013 11:11:40 -0700 (PDT)\r
19 Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com\r
20         [209.85.215.175]) (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 6C881431FC2\r
23         for <notmuch@notmuchmail.org>; Fri,  5 Jul 2013 11:11:33 -0700 (PDT)\r
24 Received: by mail-ea0-f175.google.com with SMTP id z7so1607161eaf.20\r
25         for <notmuch@notmuchmail.org>; Fri, 05 Jul 2013 11:11:32 -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:x-mailer:in-reply-to:references;\r
28         bh=OFKtw4WmtAfqy3kQlVaqzrMFUUsEgOdqLnNfrZTRGb8=;\r
29         b=ud7AQFcfsjPM2eE9iNQQvh0EJhq4xan/jnPmn5/JSThPt7tZ9N7XCC5oAJZJ3OGyYV\r
30         od63foyuEB3mMWjAH31hVErgoGMbBNZcpicUoRGSzwIPiDyvM/onI7iI7rdvZLpBOvDF\r
31         vGxfJ7iliac81/WyCfnalurStT3XXx1zGCvu2Fg/vvvEV/Dc7D+nJ8j4lMK/c1imvzk9\r
32         yqNoOLq7dun26zwmkBYXl9GOnwEfEdFtuL0Espl+90JvlzBIe5XI8xpzcQrnU1Zoi4Ao\r
33         bQC2jp5/BsV5oB2m/n2zSbKqH8wiHEk0dQjh0+XoIrIssa0abjamIZ6KYs15FyGLLfCS\r
34         jQeA==\r
35 X-Received: by 10.15.90.139 with SMTP id q11mr13419556eez.137.1373047892283;\r
36         Fri, 05 Jul 2013 11:11:32 -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 n45sm16034663eew.1.2013.07.05.11.11.31\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Fri, 05 Jul 2013 11:11:31 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 04/11] contrib: pick: Link in stash map straight from\r
45         notmuch-show\r
46 Date: Fri,  5 Jul 2013 19:11:11 +0100\r
47 Message-Id: <1373047878-20822-5-git-send-email-markwalters1009@gmail.com>\r
48 X-Mailer: git-send-email 1.7.9.1\r
49 In-Reply-To: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com>\r
50 References: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 05 Jul 2013 18:11:46 -0000\r
64 \r
65 These functions all now work straight from their notmuch-show\r
66 implementation so link them in.\r
67 \r
68 Stash functionality was one of the key missing things in notmuch-pick.\r
69 ---\r
70  contrib/notmuch-pick/notmuch-pick.el |    1 +\r
71  1 files changed, 1 insertions(+), 0 deletions(-)\r
72 \r
73 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
74 index 62c4ffc..7313100 100644\r
75 --- a/contrib/notmuch-pick/notmuch-pick.el\r
76 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
77 @@ -194,6 +194,7 @@ if the user has loaded a different buffer in that window.")\r
78      (define-key map "|" 'notmuch-show-pipe-message)\r
79      (define-key map "w" 'notmuch-show-save-attachments)\r
80      (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
81 +    (define-key map "c" 'notmuch-show-stash-map)\r
82  \r
83      ;; The main pick bindings\r
84      (define-key map "q" 'notmuch-pick-quit)\r
85 -- \r
86 1.7.9.1\r
87 \r