Remove the mu4e-maildirs-extension package

It seems to be gone from MELPA.
This commit is contained in:
Gergely Polonkai 2023-10-05 15:50:35 +02:00
parent b77b8d63bd
commit 57771a1c91
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -2708,14 +2708,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
("m s" . mu4e-headers-search)))
#+END_SRC
*** Maildir extension so i see a summary of mailboxes
#+BEGIN_SRC emacs-lisp
(use-package mu4e-maildirs-extension
:custom
(mu4e-maildirs-extension-custom-list '("INBOX")))
#+END_SRC
*** Also, some sendmail hacking
#+begin_src emacs-lisp