mu in a snap
sudo snap install maildir-utils
To use mu4e
within Emacs, you need to update the load-path using either
of the following methods:
We recommend to use use-package
(use-package mu4e
:load-path "/snap/maildir-utils/current/share/emacs/site-lisp/mu4e/""
;; usual configuration here...
)
(add-to-list 'load-path "/snap/maildir-utils/current/share/emacs/site-lisp/mu4e/")
(require mu4e)
;; usual configuration here...