summaryrefslogtreecommitdiff
path: root/lisp/gnus/sieve-mode.el
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-07-19 00:11:02 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2015-07-19 00:11:02 +0000
commit82ed706469925bfe570e20c4daa750aeeaf4e63b (patch)
tree0c7bb65ed4ce38946f389126c8d2bcd78f5b0dcc /lisp/gnus/sieve-mode.el
parent3d139d59fb0c3f4027109d4fac271a8aa52db5fc (diff)
downloademacs-82ed706469925bfe570e20c4daa750aeeaf4e63b.tar.gz
emacs-82ed706469925bfe570e20c4daa750aeeaf4e63b.tar.bz2
emacs-82ed706469925bfe570e20c4daa750aeeaf4e63b.zip
sieve-mode: support "body" test command
* lisp/gnus/sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test command.
Diffstat (limited to 'lisp/gnus/sieve-mode.el')
-rw-r--r--lisp/gnus/sieve-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el
index c8d47547815..ffa50e6caa9 100644
--- a/lisp/gnus/sieve-mode.el
+++ b/lisp/gnus/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+"