]> code.delx.au - gnu-emacs/commitdiff
sieve-mode: support "body" test command
authorJulien Danjou <julien@danjou.info>
Sun, 19 Jul 2015 00:11:02 +0000 (00:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 19 Jul 2015 00:11:02 +0000 (00:11 +0000)
* lisp/gnus/sieve-mode.el (sieve-font-lock-keywords):
Add missing "body" test command.

lisp/gnus/sieve-mode.el

index c8d4754781554930acc9d034c5be72ecfa85e00d..ffa50e6caa97f9a1d3184d9f630fc9aa5b6c80fc 100644 (file)
           '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+"