Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / d5 / ecd2b7786bb3b474c8c129be24cb47cbb8c758
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 2AD77431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:24 -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 5XC4o9uDLzr6 for <notmuch@notmuchmail.org>;\r
18         Sun, 18 Aug 2013 05:15:18 -0700 (PDT)\r
19 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
20         [209.85.212.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 7AB2D431FDB\r
23         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:14:57 -0700 (PDT)\r
24 Received: by mail-wi0-f175.google.com with SMTP id hq12so2199565wib.14\r
25         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:14:56 -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=2hglqx8g9C5RCXL8MdzWx3r9OCHzTk735D0fwvITpX0=;\r
29         b=FYlEYA6PZd+jABlT7UxtJciwU+eqHWVUKhbEd2ZZs4Ai1fwDRmKx33HXkZRERW/hVx\r
30         gDAa5J8fwEQDi+qQwH7zJjd4Qwo0MxIa9RJv+a5h/8XipHAvb/bXBf/7lFSTws86pkgo\r
31         zKzCkvANROlqc/HEYYlYRyTttT/Nrszk3UXk9pBv7rXCZSyRDhys+PRYiLkUMoqouhmx\r
32         Rxlup0SttnFQcP/RQEZqBvoB0tSpjcisgX233S8TNiOs/jPhkSP9RIKnbzzN44FpnS+E\r
33         Unp923NNMnlhvhsoygsHq1/2DnEJ2WU7MVemzqKF0qAnlPHFkmor5kVd15fELMxxlORW\r
34         5hug==\r
35 X-Received: by 10.180.211.111 with SMTP id nb15mr4433293wic.55.1376828096367; \r
36         Sun, 18 Aug 2013 05:14:56 -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 bt8sm9055250wib.8.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 18 Aug 2013 05:14:55 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 07/11] contrib: pick: pass tab through to the message pane\r
44 Date: Sun, 18 Aug 2013 13:14:35 +0100\r
45 Message-Id: <1376828079-21455-8-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1376828079-21455-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: Sun, 18 Aug 2013 12:15:24 -0000\r
62 \r
63 This makes tab move to next button in the message pane and binds\r
64 button activate (in message pane) to "e". This means that is easy to\r
65 toggle hidden parts or hidden citations etc in the message pane.\r
66 ---\r
67  contrib/notmuch-pick/notmuch-pick.el |    8 ++++++++\r
68  1 files changed, 8 insertions(+), 0 deletions(-)\r
69 \r
70 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
71 index 2abb08b..bd506ca 100644\r
72 --- a/contrib/notmuch-pick/notmuch-pick.el\r
73 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
74 @@ -216,6 +216,14 @@ This function does not give an error if there is no button."\r
75      (define-key map "w" 'notmuch-show-save-attachments)\r
76      (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
77      (define-key map "c" 'notmuch-show-stash-map)\r
78 +\r
79 +    ;; these apply to the message pane\r
80 +    (define-key map (kbd "M-TAB") (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
81 +    (define-key map (kbd "<backtab>")  (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
82 +    (define-key map (kbd "TAB") (notmuch-pick-to-message-pane #'notmuch-show-next-button))\r
83 +    (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))\r
84 +\r
85 +    ;; The main pick bindings\r
86      (define-key map "q" 'notmuch-pick-quit)\r
87      (define-key map "x" 'notmuch-pick-quit)\r
88      (define-key map "?" 'notmuch-help)\r
89 -- \r
90 1.7.9.1\r
91 \r