From 1dccbc8a8fe75f14837898870e77714dbb81547e Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 16 Mar 2023 14:40:29 +0100 Subject: [PATCH] cleanup --- mail/.config/neomutt/defaults.muttrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mail/.config/neomutt/defaults.muttrc b/mail/.config/neomutt/defaults.muttrc index 04cf1be..0d73e29 100644 --- a/mail/.config/neomutt/defaults.muttrc +++ b/mail/.config/neomutt/defaults.muttrc @@ -29,6 +29,7 @@ auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html + bind index,pager i noop bind index,pager g noop bind index \Cf noop @@ -141,10 +142,6 @@ color body brightblue default "^# \.*" # Headings as bold blue color body brightcyan default "^## \.*" # Subheadings as bold cyan color body brightgreen default "^### \.*" # Subsubheadings as bold green color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow -color body brightcyan default "[;:][-o][)/(|]" # emoticons -color body brightcyan default "[;:][)(|]" # emoticons -color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? -color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? color body red default "(BAD signature)" color body cyan default "(Good signature)" color body brightblack default "^gpg: Good signature .*"