sieve-mode: support "body" test command
[gnus] / lisp / sieve-mode.el
index 32abbfe..ffa50e6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sieve-mode.el --- Sieve code editing commands for Emacs
 
-;; Copyright (C) 2001-201 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
 
           '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+"