Skip to content

Commit

Permalink
Fix for mu 1.10 internals
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa authored and jeremy-compostella committed Jan 16, 2024
1 parent 1710e96 commit 0b65f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-msg.el
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ HTML emails."
"Setup mu4e faces, addresses completion and run mu4e."
(mu4e~compose-remap-faces)
(unless (mu4e-running-p)
(mu4e~start))
(if (fboundp #'mu4e~start) (mu4e~start) (mu4e--start)))
(when mu4e-compose-complete-addresses
(mu4e~compose-setup-completion))
;; the following code is verbatim from mu4e-compose.el, `mu4e-compose-mode'
Expand Down

0 comments on commit 0b65f0f

Please sign in to comment.