diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/mutt/muttrc | |
parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) |
Configuration file updates and additions.
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index b70ba64..2bc952a 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc | |||
@@ -123,27 +123,7 @@ unhdr_order * | |||
123 | hdr_order Authentication-Results: From: To: Subject: Date: | 123 | hdr_order Authentication-Results: From: To: Subject: Date: |
124 | 124 | ||
125 | ### Colors | 125 | ### Colors |
126 | mono bold bold | 126 | source /home/sam/.config/mutt/gruvbox |
127 | mono underline underline | ||
128 | mono indicator reverse | ||
129 | mono error bold | ||
130 | ### Index | ||
131 | color index white default "~A" | ||
132 | color index_number blue default | ||
133 | color index_author blue default "~A" | ||
134 | color index_subject blue default "~A" | ||
135 | # New | ||
136 | color index brightyellow default "~N" | ||
137 | color index_author underline brightblue default "~N" | ||
138 | color index_subject underline brightblue default "~N" | ||
139 | # Tagged | ||
140 | color index brightwhite blue "~T" | ||
141 | color index_author brightwhite blue "~T" | ||
142 | color index_subject brightwhite blue "~T" | ||
143 | ### Header | ||
144 | color hdrdefault blue default | ||
145 | color header brightred default "^From:" | ||
146 | color header brightred default "^Subject:" | ||
147 | # highlight authentication headers based on pass/fail/none | 127 | # highlight authentication headers based on pass/fail/none |
148 | color header green default "dkim=pass" | 128 | color header green default "dkim=pass" |
149 | color header green default "spf=pass" | 129 | color header green default "spf=pass" |
@@ -154,18 +134,5 @@ color header yellow default "dmarc=none" | |||
154 | color header brightred default "dkim=fail" | 134 | color header brightred default "dkim=fail" |
155 | color header brightred default "spf=fail" | 135 | color header brightred default "spf=fail" |
156 | color header brightred default "dmarc=fail" | 136 | color header brightred default "dmarc=fail" |
157 | ### Body | ||
158 | color body default default ".*" | ||
159 | ### Sidebar | ||
160 | |||
161 | ### Other | ||
162 | color normal default default | ||
163 | color tilde default default | ||
164 | color status default black | ||
165 | color signature default default | ||
166 | color attachment default default | ||
167 | color message default default | ||
168 | color quoted green default | ||
169 | color search brightred default | ||
170 | 137 | ||
171 | source /home/sam/.config/mutt/accounts/sam | 138 | source /home/sam/.config/mutt/accounts/sam |