mu4e: back to horizontal window split, works well with using separate frames

This commit is contained in:
Evie Litherland-Smith 2024-01-08 17:50:36 +00:00
parent e50d171f6f
commit b737cf0d14

View file

@ -1043,13 +1043,14 @@ Set fill column to 88 and enable display in python buffers
(set-variable read-mail-command 'mu4e)
(use-package mu4e
:bind (("C-c m" . mu4e)
:map mu4e-view-mode-map
("o n" . mu4e-org-store-and-capture))
:bind
(("C-c m" . mu4e)
:map mu4e-view-mode-map
("o n" . mu4e-org-store-and-capture))
:custom
(add-hook 'mu4e-compose-mode-hook #'(lambda () (auto-save-mode -1))) ; Don't auto-save to drafts
(mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view 'single-window)
(mu4e-split-view 'horizontal)
(mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "mbsync -a")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes