Mutt: fixed bad URI color regex

master
Pierre Neidhardt 2013-11-06 15:32:43 +01:00
parent 503b1f42e0
commit 60b4c885ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ mono index bold ~D
## Highlights inside the body of a message.
# URLs
color body brightgreen black "(https?|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
color body brightgreen black "(https?|ftp|news|telnet|finger)://[^ \(\)\"\t\r\n]*"
color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
mono body bold "(https?|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"