feat(mu4e): use built-in notifications instead of mu4e-alert

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
This commit is contained in:
Sean Farley 2023-12-18 19:41:52 -08:00 committed by Henrik Lissner
parent dd95f8fb3d
commit 1176aaae0b
2 changed files with 1 additions and 76 deletions

View file

@ -3,5 +3,3 @@
(when (modulep! +org)
(package! org-msg :pin "0b65f0f77a7a71881ddfce19a8cdc60465bda057"))
(package! mu4e-alert :pin "6beda20fc69771f2778f507c4a9e069dbaf1b628")