mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
app/email: disable obsolete html2text package
This commit is contained in:
@ -50,6 +50,7 @@ default/fallback account."
|
|||||||
(def-package! mu4e
|
(def-package! mu4e
|
||||||
:commands (mu4e mu4e-compose-new)
|
:commands (mu4e mu4e-compose-new)
|
||||||
:init
|
:init
|
||||||
|
(provide 'html2text) ; disable obsolete package
|
||||||
(setq mu4e-maildir "~/.mail"
|
(setq mu4e-maildir "~/.mail"
|
||||||
mu4e-attachment-dir "~/.mail/.attachments"
|
mu4e-attachment-dir "~/.mail/.attachments"
|
||||||
mu4e-user-mail-address-list nil)
|
mu4e-user-mail-address-list nil)
|
||||||
|
Reference in New Issue
Block a user