mu4e: use horizontal split view

This commit is contained in:
Evie Litherland-Smith 2024-03-07 11:00:38 +00:00
parent 0fc69d0d48
commit 1ca39d3934

View file

@ -23,7 +23,7 @@
("o n" . mu4e-org-store-and-capture)) ("o n" . mu4e-org-store-and-capture))
:custom :custom
(mu4e-completing-read-function #'completing-read-default) (mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view nil) (mu4e-split-view 'horizontal)
(mu4e-attachment-dir "~/Downloads") (mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "mbsync -a") (mu4e-get-mail-command "mbsync -a")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes (mu4e-update-interval (* 5 60)) ; Every 5 minutes