diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 13:47:12 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 13:47:12 +0100 |
commit | f357796d8ccfad14cbe6de192bcf22d75e829778 (patch) | |
tree | cf5e3e1619e27432e7dec3fbdd80c2560b5fb2f9 /config | |
parent | e29b27c6ad718cd9fd71b757cb70133b52ec5de2 (diff) |
Add theme colors and cache dirs
Diffstat (limited to 'config')
-rw-r--r-- | config/extra/mutt/configs/raymaekers.luca@gmail.com | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config/extra/mutt/configs/raymaekers.luca@gmail.com b/config/extra/mutt/configs/raymaekers.luca@gmail.com index ffb7003..f3bbd75 100644 --- a/config/extra/mutt/configs/raymaekers.luca@gmail.com +++ b/config/extra/mutt/configs/raymaekers.luca@gmail.com @@ -16,3 +16,38 @@ set spoolfile = "+INBOX" set postponed = "+[Gmail]/Drafts" set record = "+[Gmail]/Sent Mail" set trash = "+[Gmail]/Trash" + +set header_cache = "~/.config/mutt/cache/headers" +set message_cachedir = "~/.config/mutt/cache/bodies" +set certificate_file = "~/.config/mutt/certificates" +set mbox_type = maildir + +# Default color definitions +color normal white default +color hdrdefault green default +color quoted green default +color quoted1 yellow default +color quoted2 red default +color signature cyan default +color indicator brightyellow red +color error brightred default +color status brightwhite blue +color tree brightmagenta default +color tilde brightblue default +color attachment brightyellow magenta +color markers brightred default +color message white default +color search brightwhite magenta +color bold brightyellow green + +# Color definitions when on a mono screen +mono bold bold +mono underline underline +mono indicator reverse +mono error bold + +# Colors for items in the reader +color header brightyellow default "^(From|Subject):" +color header brightcyan default ^To: +color header brightcyan default ^Cc: +mono header bold "^(From|Subject):" |