mu4e: back to horizontal split, remove unread bookmark, hide unread

from spam
This commit is contained in:
Evie Litherland-Smith 2024-01-19 10:45:39 +00:00
parent e877581200
commit 23cfe7a1c2

View file

@ -1091,7 +1091,7 @@ Set fill column to 88 and enable display in python buffers
:hook (((mu4e-view-mode mu4e-compose-mode mu4e-org-mode) . (lambda () (visual-line-mode +1)))) :hook (((mu4e-view-mode mu4e-compose-mode mu4e-org-mode) . (lambda () (visual-line-mode +1))))
:custom :custom
(mu4e-completing-read-function #'completing-read-default) (mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view 'single-window) (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
@ -1109,9 +1109,8 @@ Set fill column to 88 and enable display in python buffers
(:maildir "/Outlook/Inbox/" :key ?w))) (:maildir "/Outlook/Inbox/" :key ?w)))
(mu4e-bookmarks '((:name "Inbox" :query "maildir:/inbox/" :key ?i :favorite t) (mu4e-bookmarks '((:name "Inbox" :query "maildir:/inbox/" :key ?i :favorite t)
(:name "Today" :query "date:today..now AND maildir:/inbox/" :key ?t) (:name "Today" :query "date:today..now AND maildir:/inbox/" :key ?t)
(:name "Unread" :query "flag:unread AND maildir:/inbox/ AND NOT flag:trashed" :key ?u)
(: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 "Spam" :query "maildir:/spam/ OR maildir:/junk/" :key ?s))) (:name "Spam" :query "maildir:/spam/ OR maildir:/junk/" :key ?s :hide-unread t)))
(mu4e-headers-fields (mu4e-headers-fields
'((:human-date . 8) '((:human-date . 8)
(:from . 24) (:from . 24)