]> granicus.if.org Git - neomutt/commitdiff
colour emails with a '+' in them
authorRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 09:23:10 +0000 (10:23 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 21:37:20 +0000 (22:37 +0100)
The default highlighting for email addresses didn't recognise '+'
characters as being valid.

Fixes #496

contrib/sample.muttrc

index c0675f7d0790613e58e57eee945b4ed90d3ff9d0..d891400990589a8cf546d1073635677415aa5802 100644 (file)
@@ -144,7 +144,7 @@ color search default green  # how to hilite search patterns in the pager
 
 color header brightred default ^(From|Subject):
 color body magenta default "(ftp|http|https)://[^ ]+"  # point out URLs
-color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+   # e-mail addresses
+color body magenta default [-a-z_0-9.\+]+@[-a-z_0-9.]+ # e-mail addresses
 color underline brightgreen default
 
 # attributes when using a mono terminal