cleanup
This commit is contained in:
parent
95a398884b
commit
1dccbc8a8f
1 changed files with 1 additions and 4 deletions
|
@ -29,6 +29,7 @@ auto_view text/html # automatically show html (mailcap uses lynx)
|
||||||
auto_view application/pgp-encrypted
|
auto_view application/pgp-encrypted
|
||||||
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages.
|
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages.
|
||||||
alternative_order text/plain text/enriched text/html
|
alternative_order text/plain text/enriched text/html
|
||||||
|
|
||||||
bind index,pager i noop
|
bind index,pager i noop
|
||||||
bind index,pager g noop
|
bind index,pager g noop
|
||||||
bind index \Cf 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 brightcyan default "^## \.*" # Subheadings as bold cyan
|
||||||
color body brightgreen default "^### \.*" # Subsubheadings as bold green
|
color body brightgreen default "^### \.*" # Subsubheadings as bold green
|
||||||
color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow
|
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 red default "(BAD signature)"
|
||||||
color body cyan default "(Good signature)"
|
color body cyan default "(Good signature)"
|
||||||
color body brightblack default "^gpg: Good signature .*"
|
color body brightblack default "^gpg: Good signature .*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue