summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorRyan Gibb <ryan@freumh.org>2024-11-24 11:45:48 +0000
committerJames <1227856+jojojames@users.noreply.github.com>2024-11-24 12:25:16 -0500
commit05731c551be8cdda40ae6479adfb30b7e9c7fe39 (patch)
treefc771abeab97c25c52accd6deb87f881f35935d4 /modes/mu4e
parent2c4e2aca1ad7be8eb41e4cb9b58b8023d8a5fd8b (diff)
mu4e: add 'c' binding to mu4e-search-query
mu4e-search-query was introduced in mu4e v1.12.0 bindings are added for the main and headers view
Diffstat (limited to 'modes/mu4e')
-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..3b9dd30 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
+ "c" 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
+ "c" mu4e-search-query)
(mu4e-compose-mode-map
"gg" mu4e-compose-goto-top