mu4e: back to horizontal split with reduced visible rows
This commit is contained in:
parent
4571772cfa
commit
93b5848ba3
|
@ -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 'vertical)
|
(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
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
(:name "Flagged" :query "flag:flagged AND NOT flag:trashed AND NOT maildir:/spam/ AND NOT maildir:/junk/" :key ?f)
|
(: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 "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)))
|
(: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
|
(mu4e-headers-fields
|
||||||
'((:human-date . 8)
|
'((:human-date . 8)
|
||||||
(:from . 24)
|
(:from . 24)
|
||||||
|
|
Loading…
Reference in a new issue