summaryrefslogtreecommitdiff
path: root/modes/mu4e
diff options
context:
space:
mode:
authorTianshu Wang <wang@tianshu.me>2024-05-06 20:47:00 +0800
committerJames <1227856+jojojames@users.noreply.github.com>2024-05-22 19:23:21 -0400
commit520990250078eee4c3c8cb030b6a97df82230618 (patch)
tree22170b9da608b32e2340b82c8546f23035d002a3 /modes/mu4e
parent5886bab852dc9e31959e70384d535473e44504ad (diff)
Replace specific functions with `mu4e-user-agent` properties
Diffstat (limited to 'modes/mu4e')
-rw-r--r--modes/mu4e/evil-collection-mu4e.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el
index f77c772..3e508b8 100644
--- a/modes/mu4e/evil-collection-mu4e.el
+++ b/modes/mu4e/evil-collection-mu4e.el
@@ -222,8 +222,8 @@ end of the buffer."
"G" mu4e-compose-goto-bottom
"ZD" message-dont-send
"ZF" mml-attach-file
- "ZQ" mu4e-message-kill-buffer
- "ZZ" message-send-and-exit)
+ "ZQ" ,(function-get 'mu4e-user-agent 'abortfunc)
+ "ZZ" ,(function-get 'mu4e-user-agent 'sendfunc))
(mu4e-search-minor-mode-map
"J" mu4e-search-maildir)