Skip to content

Commit

Permalink
Replace specific functions with mu4e-user-agent properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w authored and jojojames committed May 22, 2024
1 parent 5886bab commit 5209902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/mu4e/evil-collection-mu4e.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5209902

Please sign in to comment.