Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / 44 / fb8873e91ef52edef5e2f7b5f99742d003ae5e
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 03661431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12:41 -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 KFPNFuD4T9on for <notmuch@notmuchmail.org>;\r
18         Wed, 25 Apr 2012 10:12:39 -0700 (PDT)\r
19 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com\r
20         [209.85.212.179]) (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 2B196431FBD\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12:36 -0700 (PDT)\r
24 Received: by wibhn6 with SMTP id hn6so268024wib.2\r
25         for <notmuch@notmuchmail.org>; Wed, 25 Apr 2012 10:12: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:x-mailer:in-reply-to:references;\r
28         bh=PW1PqFKK3k/erqZ/ZHv25+PB5uoVb2XeCxzkculYJJA=;\r
29         b=S5hW+hbzQWy1SqbiLmqSqris54+hQ+dzI/E0qDWmt/Cn3CxgKLGji37uByy19OLhBb\r
30         vOsQo+PyNAyRHV/gI8vN8JDoETCp3gQSQeeruiZoRwInQdQzZzN3sBdqI8TWUQQpDUDR\r
31         Q4DaP2voNUCImATGD9by3VMfTFTW3qxreSURrIjIylyIJdd4SorDkxGP2puNgyzKmCMY\r
32         atBfAbGO+RIACFLkmh7fNJK+Ih0uwivO13g3SR78BT/jkcYhFvSOnVEHttBLk8jmPgAh\r
33         fUOyNfrQ4hwLyWLJ7NWunyVJU9o4uaxjx06lBF5dk7NHaPi5QCDrq/UPHxtn2kaAYzCO\r
34         XFVA==\r
35 Received: by 10.216.131.34 with SMTP id l34mr2093475wei.54.1335373954880;\r
36         Wed, 25 Apr 2012 10:12:34 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  l5sm38508505wia.11.2012.04.25.10.12.33 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 25 Apr 2012 10:12:34 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 2/2] emacs: Bind filter in search to 'l'\r
44 Date: Wed, 25 Apr 2012 18:12:34 +0100\r
45 Message-Id: <1335373954-4578-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1335373954-4578-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1335373954-4578-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: Wed, 25 Apr 2012 17:12:41 -0000\r
62 \r
63 Change the key binding for filter (or "limit") in search-mode. This\r
64 gives consistency with the new filter in show-mode, and frees 'f' for\r
65 forward-thread in the future.\r
66 ---\r
67  emacs/notmuch.el |    4 ++--\r
68  1 files changed, 2 insertions(+), 2 deletions(-)\r
69 \r
70 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
71 index 736d00f..3df826c 100644\r
72 --- a/emacs/notmuch.el\r
73 +++ b/emacs/notmuch.el\r
74 @@ -286,7 +286,7 @@ For a mouse binding, return nil."\r
75      (define-key map "=" 'notmuch-search-refresh-view)\r
76      (define-key map "G" 'notmuch-search-poll-and-refresh-view)\r
77      (define-key map "t" 'notmuch-search-filter-by-tag)\r
78 -    (define-key map "f" 'notmuch-search-filter)\r
79 +    (define-key map "l" 'notmuch-search-filter)\r
80      (define-key map [mouse-1] 'notmuch-search-show-thread)\r
81      (define-key map "*" 'notmuch-search-tag-all)\r
82      (define-key map "a" 'notmuch-search-archive-thread)\r
83 @@ -1095,7 +1095,7 @@ search."\r
84    (notmuch-search-refresh-view))\r
85  \r
86  (defun notmuch-search-filter (query)\r
87 -  "Filter the current search results based on an additional query string.\r
88 +  "Filter or LIMIT the current search results based on an additional query string.\r
89  \r
90  Runs a new search matching only messages that match both the\r
91  current search results AND the additional query string provided."\r
92 -- \r
93 1.7.9.1\r
94 \r