summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Gibb <ryan@freumh.org>2026-04-17 13:18:15 +0530
committerJames <1227856+jojojames@users.noreply.github.com>2026-04-25 09:29:38 -0700
commita5406e41b1d48a191e9ed0a932c3e184201cb7da (patch)
treec4da39a032d089195183c51d0af2d29c90ac5bad
parenta62cad33c2a4c1ae05676ebf568151460be13872 (diff)
mu4e: add 'Q' binding to mu4e-search-query
mu4e-search-query was introduced in mu4e v1.12.0 bindings are added for the main and headers view
-rw-r--r--modes/mu4e/evil-collection-mu4e.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el
index 3e508b8..3f22cd2 100644
--- a/modes/mu4e/evil-collection-mu4e.el
+++ b/modes/mu4e/evil-collection-mu4e.el
@@ -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
+ "Q" mu4e-search-query)
(mu4e-headers-mode-map
"q" mu4e~headers-quit-buffer
@@ -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
+ "Q" mu4e-search-query)
(mu4e-compose-mode-map
"gg" mu4e-compose-goto-top