Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f7 / 9b382ea2db7b92fe31eccff19c750fd1710695
1 Return-Path: <tomi.ollila@iki.fi>\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 C9486431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 11:21:58 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 5i6UZM3TV0li for <notmuch@notmuchmail.org>;\r
16         Thu, 26 Apr 2012 11:21:58 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 4FF35431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 11:21:58 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 5824E68055; Thu, 26 Apr 2012 21:21:53 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH v2 2/2] emacs: Bind filter in search to 'l'\r
25 In-Reply-To: <1335373954-4578-3-git-send-email-markwalters1009@gmail.com>\r
26 References: <1335373954-4578-1-git-send-email-markwalters1009@gmail.com>\r
27         <1335373954-4578-3-git-send-email-markwalters1009@gmail.com>\r
28 User-Agent: Notmuch/0.12+128~g512e176 (http://notmuchmail.org) Emacs/23.3.1\r
29         (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Thu, 26 Apr 2012 21:21:53 +0300\r
34 Message-ID: <m24ns6qrpa.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 26 Apr 2012 18:21:58 -0000\r
50 \r
51 On Wed, Apr 25 2012, Mark Walters wrote:\r
52 \r
53 > Change the key binding for filter (or "limit") in search-mode. This\r
54 > gives consistency with the new filter in show-mode, and frees 'f' for\r
55 > forward-thread in the future.\r
56 > ---\r
57 \r
58 LGTM.\r
59 \r
60 Tomi\r
61 \r
62 \r
63 >  emacs/notmuch.el |    4 ++--\r
64 >  1 files changed, 2 insertions(+), 2 deletions(-)\r
65 >\r
66 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
67 > index 736d00f..3df826c 100644\r
68 > --- a/emacs/notmuch.el\r
69 > +++ b/emacs/notmuch.el\r
70 > @@ -286,7 +286,7 @@ For a mouse binding, return nil."\r
71 >      (define-key map "=" 'notmuch-search-refresh-view)\r
72 >      (define-key map "G" 'notmuch-search-poll-and-refresh-view)\r
73 >      (define-key map "t" 'notmuch-search-filter-by-tag)\r
74 > -    (define-key map "f" 'notmuch-search-filter)\r
75 > +    (define-key map "l" 'notmuch-search-filter)\r
76 >      (define-key map [mouse-1] 'notmuch-search-show-thread)\r
77 >      (define-key map "*" 'notmuch-search-tag-all)\r
78 >      (define-key map "a" 'notmuch-search-archive-thread)\r
79 > @@ -1095,7 +1095,7 @@ search."\r
80 >    (notmuch-search-refresh-view))\r
81 >  \r
82 >  (defun notmuch-search-filter (query)\r
83 > -  "Filter the current search results based on an additional query string.\r
84 > +  "Filter or LIMIT the current search results based on an additional query string.\r
85 >  \r
86 >  Runs a new search matching only messages that match both the\r
87 >  current search results AND the additional query string provided."\r
88 > -- \r
89 > 1.7.9.1\r
90 >\r
91 > _______________________________________________\r
92 > notmuch mailing list\r
93 > notmuch@notmuchmail.org\r
94 > http://notmuchmail.org/mailman/listinfo/notmuch\r