[PATCH v2 2/2] emacs: Bind filter in search to 'l'

Tomi Ollila tomi.ollila at iki.fi
Thu Apr 26 11:21:53 PDT 2012


On Wed, Apr 25 2012, Mark Walters wrote:

> Change the key binding for filter (or "limit") in search-mode. This
> gives consistency with the new filter in show-mode, and frees 'f' for
> forward-thread in the future.
> ---

LGTM.

Tomi


>  emacs/notmuch.el |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index 736d00f..3df826c 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -286,7 +286,7 @@ For a mouse binding, return nil."
>      (define-key map "=" 'notmuch-search-refresh-view)
>      (define-key map "G" 'notmuch-search-poll-and-refresh-view)
>      (define-key map "t" 'notmuch-search-filter-by-tag)
> -    (define-key map "f" 'notmuch-search-filter)
> +    (define-key map "l" 'notmuch-search-filter)
>      (define-key map [mouse-1] 'notmuch-search-show-thread)
>      (define-key map "*" 'notmuch-search-tag-all)
>      (define-key map "a" 'notmuch-search-archive-thread)
> @@ -1095,7 +1095,7 @@ search."
>    (notmuch-search-refresh-view))
>  
>  (defun notmuch-search-filter (query)
> -  "Filter the current search results based on an additional query string.
> +  "Filter or LIMIT the current search results based on an additional query string.
>  
>  Runs a new search matching only messages that match both the
>  current search results AND the additional query string provided."
> -- 
> 1.7.9.1
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list