* add `mu4e-headers-search-refine' (bound to "/"), which lets you filter the

current search results by appending to the current search expression.
This commit is contained in:
djcb
2012-05-06 11:21:12 +03:00
parent aaeb56734d
commit 9e6802993f
2 changed files with 23 additions and 2 deletions

View File

@ -311,7 +311,8 @@ is nil, and otherwise open it."
(define-key map "z" 'mu4e-view-kill-buffer-and-window)
(define-key map "s" 'mu4e-headers-search)
(define-key map "/" 'mu4e-headers-search-refine)
(define-key map "b" 'mu4e-headers-search-bookmark)
(define-key map "B" 'mu4e-headers-search-bookmark-edit)