From bd16e83176378997f1cd38f1e2dee1026590aabf Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 3 Feb 2009 21:06:34 +0100
Subject: [PATCH] Fixed README: now mentions the naming differences of the
 imap4flags and enotify extensions compared to the old CMU Sieve plugin.

---
 README | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README b/README
index b7c72dae8..cbe71fcab 100644
--- a/README
+++ b/README
@@ -46,7 +46,11 @@ Features
 * Supports all extensions provided by the original CMUSieve plugin:
  
   In addition, it has support for the new and very useful variables extension
-  (see next section).
+  (see next section). 
+
+  NOTE: The original CMUSieve plugin is based on old specifications of the 
+  imap4flags and enotify extension. Among other subtle differences, these 
+  extensions were known as 'imapflags' and 'notify' for the CMU Sieve plugin.
 
 * Supports executing multiple scrips sequentially.
   
@@ -84,7 +88,7 @@ following list outlines the implementation status of each supported extension:
     encoded-character: full
 
   Other RFCs/drafts:
-    subaddress: mostly full; not configurable
+    subaddress: full (limited configurability)
     comparator-i;ascii-numeric: full
     relational: full 
     copy: full
@@ -93,7 +97,7 @@ following list outlines the implementation status of each supported extension:
           and some issues make it still not completely RFC incompliant. 
     include: mostly full; needs some more work (no external binaries)
     vacation: mostly full; handling of utf-8 in headers is non-existant
-    imapflags: full
+    imap4flags: full
     variables: mostly full; currently no support for future namespaces 
     notify: full, mailto support only; needs to be tested more
 
-- 
GitLab