doomemacs/modules/email/mu4e/autoload
TEC b07614037f fix(mu4e): support mu 1.8
Thanks to some combination of ignorance and obstinance, mu4e has thrown
compatibility to the wind and completely ignored the exitance of
define-obsolete-function-alias. Coupled with the inconsistent/partial
function renaming, this has made the mu4e 1.6⟶1.8 change particularly
annoying to deal with.

By suffering the pain of doing the mu4e author's work for them, we can
use defalias to give backwards compatibility a good shot for about 60
functions. Some mu4e~x functions are now mu4e--x, others are unchanged,
and then you've got a few odd changes like mu4e~proc -> mu4e--server and
mu4e-search-rerun. The form of message :from entries has also changed,
and a new (mu4e) entrypoint added supplanting mu4e~start.

Fix: #6511
Close: #6549
Co-authored-by: Rahguzar <aikrahguzar@gmail.com>
2022-07-23 14:02:59 +02:00
..
advice.el nit(mu4e): correct indentation 2021-10-02 16:04:06 +08:00
email.el fix(mu4e): support mu 1.8 2022-07-23 14:02:59 +02:00
evil.el Add email/{wanderlust,mu4e,notmuch} modules 2019-05-05 14:14:12 -04:00
mu-lock.el fix(mu4e): support mu 1.8 2022-07-23 14:02:59 +02:00