commit 95da5bc536cc63067e1ffacd8827d91db49c9588 parent 6f5e329a74b1c43429aaa63caa0b5907c05c9081 Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 14 Jun 2019 09:15:56 -0400 Mutt: Revise message hooks Diffstat:
M | .muttrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.muttrc b/.muttrc @@ -45,7 +45,7 @@ message-hook '~s .*' 'uncolor body brightwhite default "^(diff|index|new|\\+\\+\ message-hook '~s \\[PATCH' 'color body red default "^-.*"' message-hook '~s \\[PATCH' 'color body green default "^\\+.*"' message-hook '~s \\[PATCH' 'color body cyan default "^@@.*"' -message-hook '~s \\[PATCH' 'color body brightwhite default "^(diff|index|new|\\+\\+\\+|---).*"' +message-hook '~s \\[PATCH' 'color body brightwhite default "^(diff\\s|index\\s|new\\s|\\+\\+\\+|---).*"' # }}} # {{{ General Settings