Mu4e: rename my-mu4e-* function to +mu4e-*

This commit is contained in:
TEC 2020-10-04 01:02:43 +08:00
parent 79f8107e43
commit d926ecd274
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ is tomorrow. With two prefixes, select the deadline."
(t "later")))))) (t "later"))))))
;;;###autoload ;;;###autoload
(defun my-mu4e-set-account () (defun +mu4e-set-account ()
"Set the account for composing a message. If a 'To' header is present, "Set the account for composing a message. If a 'To' header is present,
and correspands to an email account, this account will be selected. and correspands to an email account, this account will be selected.
Otherwise, the user is prompted for the account they wish to use." Otherwise, the user is prompted for the account they wish to use."

View file

@ -172,7 +172,7 @@
:v "u" #'mu4e-headers-mark-for-unmark :v "u" #'mu4e-headers-mark-for-unmark
:vn "l" #'mu4e-msg-to-agenda)) :vn "l" #'mu4e-msg-to-agenda))
(add-hook 'mu4e-compose-pre-hook 'my-mu4e-set-account) (add-hook 'mu4e-compose-pre-hook '+mu4e-set-account)
(advice-add #'mu4e~main-action-str :override #'mu4e~main-action-prettier-str)) (advice-add #'mu4e~main-action-str :override #'mu4e~main-action-prettier-str))