aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
140 'sieve-action-commands-face) 140 'sieve-action-commands-face)
141 ;; test commands 141 ;; test commands
142 (cons (regexp-opt '("address" "allof" "anyof" "exists" "false" 142 (cons (regexp-opt '("address" "allof" "anyof" "exists" "false"
143 "true" "header" "not" "size" "envelope") 143 "true" "header" "not" "size" "envelope"
144 "body")
144 'words) 145 'words)
145 'sieve-test-commands-face) 146 'sieve-test-commands-face)
146 (cons "\\Sw+:\\sw+" 147 (cons "\\Sw+:\\sw+"