From: Julien Danjou Date: Fri, 17 Jul 2015 08:52:25 +0000 (+0200) Subject: sieve-mode: support "body" test command X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=d33ef478be22b74e27696dc88409a6ec6b7c46c3;hp=3b70b7e01b68b8af46c44363439949dcc8a22872 sieve-mode: support "body" test command --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42caad588..46b5310d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2015-07-17 Julien Danjou + + * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test + command. + 2015-07-11 Eric Abrahamsen * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order diff --git a/lisp/sieve-mode.el b/lisp/sieve-mode.el index c8d475478..ffa50e6ca 100644 --- a/lisp/sieve-mode.el +++ b/lisp/sieve-mode.el @@ -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+"