mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
sieve-mode: support "body" test command
* lisp/gnus/sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test command.
This commit is contained in:
parent
3d139d59fb
commit
82ed706469
@ -140,7 +140,8 @@
|
||||
'sieve-action-commands-face)
|
||||
;; test commands
|
||||
(cons (regexp-opt '("address" "allof" "anyof" "exists" "false"
|
||||
"true" "header" "not" "size" "envelope")
|
||||
"true" "header" "not" "size" "envelope"
|
||||
"body")
|
||||
'words)
|
||||
'sieve-test-commands-face)
|
||||
(cons "\\Sw+:\\sw+"
|
||||
|
Loading…
Reference in New Issue
Block a user