parent
b64bcf7b3e
commit
74432ac8f2
|
@ -1,4 +1,10 @@
|
||||||
hook global BufSetOption mimetype=message/rfc822 %{ set buffer filetype mail }
|
hook global BufCreate .+\.eml %{
|
||||||
|
set buffer filetype mail
|
||||||
|
}
|
||||||
|
|
||||||
|
hook global BufSetOption mimetype=message/rfc822 %{
|
||||||
|
set buffer filetype mail
|
||||||
|
}
|
||||||
|
|
||||||
addhl -group / group mail
|
addhl -group / group mail
|
||||||
addhl -group /mail regex ^(From|To|Cc|Bcc|Subject|Reply-To|In-Reply-To):([^\n]*(?:\n\h+[^\n]+)*)$ 1:keyword 2:attribute
|
addhl -group /mail regex ^(From|To|Cc|Bcc|Subject|Reply-To|In-Reply-To):([^\n]*(?:\n\h+[^\n]+)*)$ 1:keyword 2:attribute
|
||||||
|
|
Loading…
Reference in New Issue
Block a user