Now that mu4e has its own notification feature since 1.10 (and as of this commit version 1.12 is already out), we can just use that. Much less code to maintain. Closes: https://github.com/doomemacs/doomemacs/issues/6896
5 lines
151 B
EmacsLisp
5 lines
151 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/mu4e/packages.el
|
|
|
|
(when (modulep! +org)
|
|
(package! org-msg :pin "0b65f0f77a7a71881ddfce19a8cdc60465bda057"))
|