mu4e: use horizontal split view
This commit is contained in:
parent
0fc69d0d48
commit
1ca39d3934
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue