sieve-mode: support "body" test command
authorJulien Danjou <julien@danjou.info>
Fri, 17 Jul 2015 08:52:25 +0000 (10:52 +0200)
committerJulien Danjou <julien@danjou.info>
Fri, 17 Jul 2015 08:52:25 +0000 (10:52 +0200)
lisp/ChangeLog
lisp/sieve-mode.el

index 42caad5..46b5310 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-17  Julien Danjou  <jd@abydos>
+
+       * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
+       command.
+
 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
 
        * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
 
        * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
index c8d4754..ffa50e6 100644 (file)
           'sieve-action-commands-face)
      ;; test commands
      (cons (regexp-opt '("address" "allof" "anyof" "exists" "false"
           '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+"
                        'words)
           'sieve-test-commands-face)
      (cons "\\Sw+:\\sw+"