|
|
@@ -1,5 +1,8 @@ |
|
|
|
# vim: filetype=neomuttrc |
|
|
|
# This is the general mutt config which has the settings that all accounts use. |
|
|
|
# This file contains all of mutt-wizard's default settings. |
|
|
|
# mutt-wizard 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 mailcap_path = ~/.config/mutt/mailcap |
|
|
|
set date_format="%y/%m/%d %I:%M%p" |
|
|
|
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" |
|
|
@@ -140,5 +143,3 @@ color body brightyellow red "^gpg: BAD signature from.*" |
|
|
|
mono body bold "^gpg: Good signature" |
|
|
|
mono body bold "^gpg: BAD signature from.*" |
|
|
|
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]" |
|
|
|
|
|
|
|
source personal.muttrc |