mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue