mu4e: back to horizontal split with reduced visible rows

This commit is contained in:
Evie Litherland-Smith 2024-03-08 15:40:35 +00:00
parent 4571772cfa
commit 93b5848ba3

View file

@ -23,7 +23,7 @@
("o n" . mu4e-org-store-and-capture))
:custom
(mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view 'vertical)
(mu4e-split-view 'horizontal)
(mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "mbsync -a")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes
@ -44,7 +44,7 @@
(:name "Flagged" :query "flag:flagged AND NOT flag:trashed AND NOT maildir:/spam/ AND NOT maildir:/junk/" :key ?f)
(:name "Unread" :query "flag:unread AND NOT flag:trashed AND NOT maildir:/archive/ AND NOT maildir:/spam/ AND NOT maildir:/junk/" :key ?u :hide-unread t)
(:name "Spam" :query "maildir:/spam/ OR maildir:/junk/" :key ?s :hide-unread t)))
(mu4e-headers-visible-columns 35)
(mu4e-headers-visible-rows 3)
(mu4e-headers-fields
'((:human-date . 8)
(:from . 24)