[gnus git] branch master updated: m0-13-33-gd33ef47 =1= sieve-mode: support "body" test command
Julien Danjou <[email protected]> Fri, 17 Jul 2015 10:52:35 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d33ef478be22b74e27696dc88409a6ec6b7c46c3 (commit)
from 3b70b7e01b68b8af46c44363439949dcc8a22872 (commit)
- Log -----------------------------------------------------------------
commit d33ef478be22b74e27696dc88409a6ec6b7c46c3
Author: Julien Danjou <[email protected]>
Date: Fri Jul 17 10:52:25 2015 +0200
sieve-mode: support "body" test command
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 42caad5..46b5310 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-17 Julien Danjou <jd@abydos>
+
+ * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
+ command.
+
2015-07-11 Eric Abrahamsen <[email protected]>
* gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
diff --git a/lisp/sieve-mode.el b/lisp/sieve-mode.el
index c8d4754..ffa50e6 100644
--- a/lisp/sieve-mode.el
+++ b/lisp/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+"
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/sieve-mode.el | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project