Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b0 / 84ecf068c8b4212922e1e8580e0b8049533dc4
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 559B6431FD6\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:54 -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 71XlMybJKjFh for <notmuch@notmuchmail.org>;\r
18         Thu, 26 Apr 2012 12:14:53 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  24542431FB6    for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:48 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f45.google.com with SMTP id dt14so1309995wgb.2\r
25         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:48 -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=NBOfhoy0Y5HutB86yuESfSOyH0yAaNkza2sPGmu5l1TXaLwY78wbobGU1GTpI7fHj6\r
30         tlUVe3ekqYq9RZpQoHH85TKKzhZsD3It8vQjMEdvvcrW/5x7qqUdNLQ6YHkCoDSYeEwH\r
31         XPRLsSsqDH8FJWwLGBoH4/Yom2MHjs4zxjbIZ/vo9bset4/A+b4KHBR8Km52Ljasp3IT\r
32         A5Xj4J/ZxkNQBz2NcuwAJCARWLjFPVBJW7W1OdyyLOaOPWPjZDxPYSUzFHpBc/4circ8\r
33         S2cf3UQVSb0AhEPYmr+vc4AmsaJqEBx6Xa+JWOFQYbp0h8bI9KQQki4h6RTFsdsd+0yE\r
34         /e9Q==\r
35 Received: by 10.180.24.35 with SMTP id r3mr2131012wif.7.1335467688847;\r
36         Thu, 26 Apr 2012 12:14:48 -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  fz9sm46642589wib.3.2012.04.26.12.14.47 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 26 Apr 2012 12:14:48 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v3 2/2] emacs: Bind filter in search to 'l'\r
44 Date: Thu, 26 Apr 2012 20:14:49 +0100\r
45 Message-Id: <1335467689-6513-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1335467689-6513-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1335467689-6513-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: Thu, 26 Apr 2012 19:14:54 -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