diff --git a/init.org b/init.org index 16a5cc4..29b0375 100644 --- a/init.org +++ b/init.org @@ -2981,7 +2981,6 @@ PR ideas #+END_SRC ** mail :communication: - *** wanderlust :disabled: :PROPERTIES: :CREATED: 2022-01-14T18:58:32+0530 @@ -3042,7 +3041,6 @@ PR ideas *** mu4e #+BEGIN_SRC emacs-lisp (use-package mu4e - :hook (mu4e-view-mode . (lambda () (setq-local shr-use-colors nil))) :bind (:map mu4e-headers-mode-map ("c" . #'mu4e-headers-prev) @@ -3063,7 +3061,8 @@ PR ideas mu4e-sent-folder "/Sent/" mu4e-trash-folder "/Trash/" ;; Use vertico, not ido. - mu4e-completing-read-function #'completing-read)) + mu4e-completing-read-function #'completing-read + shr-use-colors nil)) (defun my-mu4e-mkdir () "Make new maildir."