diff options
| author | Yigit Sever | 2022-12-07 09:53:48 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-12-07 09:53:48 +0300 |
| commit | 723b4be0c725a6e3427689670f6408edf54bf793 (patch) | |
| tree | 807048ec49efdaec2e6af560575bb663d50799f6 | |
| parent | b0e096c22e7ab5ea94cebcef1504c2c597b3f429 (diff) | |
| download | dotfiles-723b4be0c725a6e3427689670f6408edf54bf793.tar.gz dotfiles-723b4be0c725a6e3427689670f6408edf54bf793.tar.bz2 dotfiles-723b4be0c725a6e3427689670f6408edf54bf793.zip | |
feat(mutt): reduce idea's importance
color idea mails as gray, makes them easier to parse
| -rw-r--r-- | .config/mutt/muttrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index c65a390..b23f339 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc | |||
| @@ -283,5 +283,9 @@ color index_subject color239 default "~f @igi-global.com" | |||
| 283 | color index_author color239 default "~f @igi-global.com" | 283 | color index_author color239 default "~f @igi-global.com" |
| 284 | color index_flags color239 default "~f @igi-global.com" | 284 | color index_flags color239 default "~f @igi-global.com" |
| 285 | 285 | ||
| 286 | color index_subject color239 default "~f @idea.metu.edu.tr" | ||
| 287 | color index_author color239 default "~f @idea.metu.edu.tr" | ||
| 288 | color index_flags color239 default "~f @idea.metu.edu.tr" | ||
| 289 | |||
| 286 | # http://www.gnuterrypratchett.com/ | 290 | # http://www.gnuterrypratchett.com/ |
| 287 | my_hdr X-Clacks-Overhead: GNU Terry Pratchett | 291 | my_hdr X-Clacks-Overhead: GNU Terry Pratchett |
