diff options
| author | Joe <bousset.rudy@gmail.com> | 2022-08-12 11:36:26 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2022-08-12 11:36:26 +0200 | 
| commit | 7420f0ac3f68219012aff9164a029e541f597543 (patch) | |
| tree | 134ea2b70e3f0892888214f1b6c5b77e6e1b969a /.config/mutt | |
| parent | update (diff) | |
| download | dotfiles-bsd-7420f0ac3f68219012aff9164a029e541f597543.tar.gz dotfiles-bsd-7420f0ac3f68219012aff9164a029e541f597543.tar.bz2 dotfiles-bsd-7420f0ac3f68219012aff9164a029e541f597543.tar.xz dotfiles-bsd-7420f0ac3f68219012aff9164a029e541f597543.tar.zst dotfiles-bsd-7420f0ac3f68219012aff9164a029e541f597543.zip  | |
update
Diffstat (limited to '')
| -rw-r--r-- | .config/mutt/defaults.muttrc | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 9d8e4b2..66a2730 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -6,7 +6,7 @@  set editor = "emacsclient -nw -a nvim"  set mailcap_path = $XDG_CONFIG_HOME/mutt/mailcap  set date_format="%d/%m/%y %H:%M" -set index_format="%2C %Z %?X?A& ? %D %-16.16F %s (%-4.4c)" +set index_format="%S %?X?A& ? %D %-24.24F %s (%c)"  set new_mail_command = "notify-send -u normal 'NeoMutt' '  %n new mail(s)'"  set sort = reverse-threads  set sort_aux = last-date-received @@ -164,7 +164,6 @@ macro compose Y "<first-entry>\  # Default index colors:  color index white default '.*'  color index_author brightblue default '.*' -color index_number white default  color index_subject white default '.*'  # New mail is boldened: @@ -173,9 +172,9 @@ color index_author brightblue default "~N"  color index_subject brightred default "~N"  # Tagged mail is highlighted: -color index brightwhite blue "~T" -color index_author brightyellow blue "~T" -color index_subject brightwhite blue "~T" +color index brightwhite color088 "~T" +color index_author brightyellow default "~T" +color index_subject brightwhite default "~T"  # Other colors and aesthetic settings:  mono bold bold  | 
