diff options
author | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
commit | 10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch) | |
tree | 354ec7ef08285c23863fb4f68168973ec41793d2 /.config/mutt/defaults.muttrc | |
parent | up (diff) | |
download | dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.gz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.bz2 dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.xz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.zst dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.zip |
mailup
Diffstat (limited to '.config/mutt/defaults.muttrc')
-rw-r--r-- | .config/mutt/defaults.muttrc | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 52f8408..ebc1cb7 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -3,7 +3,7 @@ # mutt will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set editor = "emacsclient -nw -a nvim" +set editor = "nvim" set mailcap_path = $XDG_CONFIG_HOME/mutt/mailcap set date_format="%d/%m/%y %H:%M" set index_format="%?X?A& ? %D %-24.24F %s (%c)" @@ -114,37 +114,37 @@ macro compose Y "<first-entry>\ # colorscheme # color normal default default -# color indicator brightyellow red -# color tree default default -# color status brightgreen blue +# color indicator brightyellow red +# color tree default default +# color status brightgreen blue # color error brightred default # color message red default # color signature red default # color attachment yellow default -# color search brightyellow red +# color search brightyellow red # color tilde brightmagenta default # color markers red default # color hdrdefault cyan default -# color bold green black -# color underline yellow black -# -# color index_flags black white ~D -# color index_flags green default ~g -# color index_flags brightgreen default ~G +# color bold green black +# color underline yellow black +# +# color index_flags black white ~D +# color index_flags green default ~g +# color index_flags brightgreen default ~G # color index_flags yellow default ~N -# +# # color index_author blue brightred ~F # color index_author black green '%f Bekannte' # color index_author black red '%f Work' -# +# # color index_number green default -# color index_date cyan default +# color index_date cyan default # color index_size cyan default -# +# # color header brightcyan default '^From:' # color header brightcyan default '^Subject:' # color header black brightgreen '^User-Agent:.*Mutt' -# +# # color body brightwhite default "([0-2][0-9]|[0-9]|[1-2][0-9]):[0-5][0-9](:[0-5][0-9])?" # color body brightwhite default "([0-3])?[0-9]\\.([0-1])?[0-9]\\.([1-2][0-9])?[0-9][0-9]" # color body brightgreen default "(^| )_[[:print:]]+_[ \n]" @@ -155,17 +155,17 @@ macro compose Y "<first-entry>\ # color body default blue "^===+$" # color body default blue "^---+$" # color body brightdefault blue "^#+[[:print:]]+$" -# -# color quoted magenta default -# color quoted1 red default -# color quoted2 green default -# color quoted3 magenta default -# color quoted4 blue default -# color quoted5 cyan default -# color quoted6 green default -# color quoted7 red default -# color quoted8 magenta default -# color quoted9 blue default +# +# color quoted magenta default +# color quoted1 red default +# color quoted2 green default +# color quoted3 magenta default +# color quoted4 blue default +# color quoted5 cyan default +# color quoted6 green default +# color quoted7 red default +# color quoted8 magenta default +# color quoted9 blue default # Default index colors: color index white default '.*' |