1
0
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:
Julien Danjou 2015-07-19 00:11:02 +00:00 committed by Katsumi Yamaoka
parent 3d139d59fb
commit 82ed706469

View File

@ -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+"