muttrc: highlight https links

This commit is contained in:
Gabriel Ebner 2018-04-12 10:02:52 +02:00
parent d5299d8f00
commit 75be32ccfa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ color quoted2 yellow default
color quoted3 red default
color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # email
color body brightblue default "(http|ftp)://[\-\.\,/+=&%~_:?\#a-zA-Z0-9]+" # URL
color body brightblue default "(https?|ftp)://[\-\.\,/+=&%~_:?\#a-zA-Z0-9]+" # URL
color body brightgreen default "(^| |[-.[:alnum:]]+:+)~?\(/[-_.'[:alnum:]]+\)+/?" # Unix file path
color body brightgreen default "(^| +)[[:alpha:]]:[-_.[:alnum:]\]+" # DOS file path
color body brightmagenta default "(^|[ '\"]+)\\$[[:alpha:]][-_[:alpha:]]+" # variable