Skip to content

Commit

Permalink
mu4e: add 'c' binding to mu4e-search-query
Browse files Browse the repository at this point in the history
mu4e-search-query was introduced in mu4e v1.12.0

bindings are added for the main and headers view
  • Loading branch information
RyanGibb authored and jojojames committed Nov 24, 2024
1 parent 2c4e2ac commit 05731c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modes/mu4e/evil-collection-mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ end of the buffer."
"f" smtpmail-send-queued-mail
"m" mu4e--main-toggle-mail-sending-mode
"s" mu4e-search
"q" mu4e-quit)
"q" mu4e-quit
"c" mu4e-search-query)

(mu4e-headers-mode-map
"q" mu4e~headers-quit-buffer
Expand Down Expand Up @@ -215,7 +216,8 @@ end of the buffer."
"zd" mu4e-headers-toggle-skip-duplicates
"gl" mu4e-show-log
"gv" mu4e-select-other-view
"T" evil-collection-mu4e-mark-thread-as-read)
"T" evil-collection-mu4e-mark-thread-as-read
"c" mu4e-search-query)

(mu4e-compose-mode-map
"gg" mu4e-compose-goto-top
Expand Down

0 comments on commit 05731c5

Please sign in to comment.