From 93b5848ba3e80c7d23ba7d5fca1f66c644fc24e6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 8 Mar 2024 15:40:35 +0000 Subject: [PATCH] mu4e: back to horizontal split with reduced visible rows --- config/email.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/email.org b/config/email.org index 0a0c24d..f0cd889 100644 --- a/config/email.org +++ b/config/email.org @@ -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)