emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 82ed706: sieve-mode: support "body" test command


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 82ed706: sieve-mode: support "body" test command
Date: Sun, 19 Jul 2015 00:11:24 +0000

branch: master
commit 82ed706469925bfe570e20c4daa750aeeaf4e63b
Author: Julien Danjou <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    sieve-mode: support "body" test command
    
    * lisp/gnus/sieve-mode.el (sieve-font-lock-keywords):
    Add missing "body" test command.
---
 lisp/gnus/sieve-mode.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el
index c8d4754..ffa50e6 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+"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]