Highlight mail References headers
This commit is contained in:
parent
6dc17cb3b3
commit
f7ad8bd70e
|
@ -15,7 +15,7 @@ hook -group mail-highlight global WinSetOption filetype=mail %{
|
|||
provide-module mail %{
|
||||
|
||||
add-highlighter shared/mail group
|
||||
add-highlighter shared/mail/ regex ^(From|To|Cc|Bcc|Subject|Reply-To|In-Reply-To|Date):([^\n]*(?:\n\h+[^\n]+)*)$ 1:keyword 2:attribute
|
||||
add-highlighter shared/mail/ regex ^(From|To|Cc|Bcc|Subject|Reply-To|In-Reply-To|References|Date):([^\n]*(?:\n\h+[^\n]+)*)$ 1:keyword 2:attribute
|
||||
add-highlighter shared/mail/ regex <[^@>]+@.*?> 0:string
|
||||
add-highlighter shared/mail/ regex ^>.*?$ 0:comment
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user