commit 0a989a6910b0745d284263996a02ea89716830ed
parent 4b24993ad9d8327e127898fad64c36eaff77836a
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 27 Oct 2020 11:29:21 +0100
mutt: fix colors
Former-commit-id: c7998dfcf45c52c6bb35619fced097fb6b0c6e8e
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/mutt/colors-dark b/mutt/colors-dark
@@ -7,6 +7,8 @@ color index_number color11 color16
color index_subject color4 color16 '.*'
color index_subject bold color3 color16 '~N'
color indicator default color1
+color status color14 color16
+color sidebar_highlight bold underline default color16
color header blue color16 ".*"
color header brightmagenta color16 "^(From)"
diff --git a/mutt/personal b/mutt/personal
@@ -10,7 +10,7 @@ set record = +Sent
set spoolfile = +Inbox
set mbox = +Archive
unmailboxes *
-mailboxes +Inbox +Archive +Drafts +Sent +Trash +Spam
+mailboxes +Inbox +Archive +Drafts +Sent +Trash +Spam +Tickets
set header_cache = '~/.cache/mutt/$my_personal_email/headers'
set message_cachedir = '~/.cache/mutt/$my_personal_email/bodies'