projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d139d5
)
sieve-mode: support "body" test command
author
Julien Danjou
<julien@danjou.info>
Sun, 19 Jul 2015 00:11:02 +0000
(
00:11
+0000)
committer
Katsumi 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/sieve-mode.el
b/lisp/gnus/sieve-mode.el
index c8d4754781554930acc9d034c5be72ecfa85e00d..ffa50e6caa97f9a1d3184d9f630fc9aa5b6c80fc 100644
(file)
--- 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+"