]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/sieve-mode.el
Bump version to 25.0.95
[gnu-emacs] / lisp / gnus / sieve-mode.el
index 735ea669ae96c8d63a1b0a5ddfdee3ff6e9fc953..5ea687dd918707d60190ed0c3ceeaf6de6a06945 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sieve-mode.el --- Sieve code editing commands for Emacs
 
-;; Copyright (C) 2001-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2016 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+"