fixing mu4e

This commit is contained in:
Chris Cochrun 2023-07-05 09:29:29 -05:00
parent 0f5b575d66
commit 36712be141
2 changed files with 20 additions and 4 deletions

View file

@ -3350,8 +3350,15 @@ Ledger mode
:END:
#+begin_src emacs-lisp
(use-package mu4e
;; :load-path "/usr/share/emacs/site-lisp/mu4e/"
:load-path "~/.guix-home/profile/share/emacs/site-lisp/mu4e/"
:init
(defun mu4e--main-action-str (name func)
"This seems to be needed until evil-collection supports the latest
version of mu4e."
"mu4e--main-action")
(remove-hook 'mu4e-main-mode-hook 'evil-collection-mu4e-update-main-view)
(setq mu4e-maildir "~/mail"
user-full-name "Chris Cochrun"
mu4e-change-filenames-when-moving t
@ -3518,7 +3525,8 @@ Ledger mode
:keymaps 'override
"om" 'mu4e)
(general-def 'normal mu4e-view-mode-map
"ga" 'mu4e-view-save-attachments))
"ga" 'mu4e-view-save-attachments
"q" 'mu4e-view-quit))
#+end_src
# (use-package org-mime