From ac14b30e894103ec2296d7633fd942128b8068ad Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sat, 10 Jan 2009 21:14:50 +0100
Subject: [PATCH] Updated documentation.

---
 README | 10 +++++-----
 TODO   |  1 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 5327307d7..9090e9e92 100644
--- a/README
+++ b/README
@@ -43,10 +43,10 @@ Features
   without changes to the sieve engine code. If an extension is not loaded using 
   the require command, the compiler truly does not know of its existance. 
 
-* Supports almost all extensions provided by the original CMUSieve plugin:
+* Supports all extensions provided by the original CMUSieve plugin:
  
-  Currently only the notify extension is missing. In addition, it has support 
-  for the new and very useful variables extension (see next section).
+  In addition, it has support for the new and very useful variables extension
+  (see next section).
 
 * Supported by ManageSieve service:
 
@@ -59,8 +59,8 @@ Features
   This package includes a test suite to automatically asses whether the compiled 
   sieve engine works correctly. The test suite is an extension to the Sieve 
   language and is therefore easily extended with new tests. Currently, the 
-  test suite is limited to testing script processing. The performed actions are 
-  not tested automatically yet. 
+  test suite is mostly limited to testing script processing. The performed actions 
+  are not tested fully yet. 
 
 Implementation Status
 ---------------------
diff --git a/TODO b/TODO
index 63e3a163e..a0ece47c3 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ Current:
 
 * Implement executing an arbitrary number of scripts sequentially, acting on the 
   same set of result actions (multiscript):
-	- Implement multiscript support in lda sieve plugin
 	- Rigorous testing
 * Finish enotify extension:
 	- Mailto: prevent multiple notifications to a single recipient
-- 
GitLab