Fix #2627: remove mu4e-maildirs-extension

The package is unmaintained, and its functionality appears to have
merged into mu core at some point.
This commit is contained in:
Henrik Lissner 2020-02-29 11:14:02 -05:00
parent 83414d1227
commit 5b094b6220
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 8 deletions

View file

@ -105,13 +105,6 @@
:desc "attach" "a" #'mail-add-attachment))
(use-package! mu4e-maildirs-extension
:after mu4e
:config
(mu4e-maildirs-extension)
(setq mu4e-maildirs-extension-title nil))
(use-package! org-mu4e
:hook (mu4e-compose-mode . org-mu4e-compose-org-mode)
:config

View file

@ -1,4 +1,3 @@
;; -*- no-byte-compile: t; -*-
;;; email/mu4e/packages.el
(package! mu4e-maildirs-extension :pin "3ef4c48516")