Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 7 Sep 2015 06:19:24 +0000 (09:19 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:32 +0000 (14:49 -0700)
7c/814d5aae21ac82182ba7800b0f6d92823df3c5 [new file with mode: 0644]

diff --git a/7c/814d5aae21ac82182ba7800b0f6d92823df3c5 b/7c/814d5aae21ac82182ba7800b0f6d92823df3c5
new file mode 100644 (file)
index 0000000..d52c994
--- /dev/null
@@ -0,0 +1,96 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 652526DE1734\r
+ for <notmuch@notmuchmail.org>; Sun,  6 Sep 2015 23:20:53 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.798\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.798 tagged_above=-999 required=5 tests=[AWL=0.146, \r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id yyaEHhRNNN8p for <notmuch@notmuchmail.org>;\r
+ Sun,  6 Sep 2015 23:20:51 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D08826DE1704\r
+ for <notmuch@notmuchmail.org>; Sun,  6 Sep 2015 23:20:50 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 2A749100033;\r
+ Mon,  7 Sep 2015 09:19:24 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'\r
+In-Reply-To: <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
+References: <1434182890-8047-1-git-send-email-markwalters1009@gmail.com>\r
+ <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 07 Sep 2015 09:19:24 +0300\r
+Message-ID: <m2oaheiwer.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 07 Sep 2015 06:20:53 -0000\r
+\r
+On Sat, Jun 13 2015, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> Change the key binding for filter (or "limit") in search-mode. This\r
+> gives consistency with the new filter in show-mode, and frees 'f' for\r
+> forward-thread in the future.\r
+> ---\r
+>  emacs/notmuch.el | 4 ++--\r
+>  1 file changed, 2 insertions(+), 2 deletions(-)\r
+>\r
+> diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+> index 6564816..06e3b94 100644\r
+> --- a/emacs/notmuch.el\r
+> +++ b/emacs/notmuch.el\r
+> @@ -166,7 +166,7 @@ (defvar notmuch-search-mode-map\r
+>      (define-key map "o" 'notmuch-search-toggle-order)\r
+>      (define-key map "c" 'notmuch-search-stash-map)\r
+>      (define-key map "t" 'notmuch-search-filter-by-tag)\r
+> -    (define-key map "f" 'notmuch-search-filter)\r
+> +    (define-key map "l" 'notmuch-search-filter)\r
+\r
+After trying 'f' in id:m2r3maiwmu.fsf@guru.guru-group.fi I'd say I would\r
+have thought 'l' more intuitive choice.\r
+\r
+Tomi\r
+\r
+\r
+>      (define-key map [mouse-1] 'notmuch-search-show-thread)\r
+>      (define-key map "*" 'notmuch-search-tag-all)\r
+>      (define-key map "a" 'notmuch-search-archive-thread)\r
+> @@ -983,7 +983,7 @@ (defun notmuch-search-toggle-order ()\r
+>    (notmuch-search-refresh-view))\r
+>  \r
+>  (defun notmuch-search-filter (query)\r
+> -  "Filter the current search results based on an additional query string.\r
+> +  "Filter or LIMIT the current search results based on an additional query string.\r
+>  \r
+>  Runs a new search matching only messages that match both the\r
+>  current search results AND the additional query string provided."\r
+> -- \r
+> 2.1.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r