From 2ca344ea14a341111e1feeafc77d8fed5f2a3856 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sat, 28 Jun 2008 20:06:50 +0200
Subject: [PATCH] Updated TODO.

---
 TODO | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 639bb5b2e..44fe78973 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
 Next (in order of descending priority/precedence):
 * Finish implementing all extensions supported by cmusieve, except notify.
-* Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across
-  Character Sets). 
 * Get rid of all <stdio.h> printf()s in the library; use trace macro instead
 * Use lib/llist.h for the AST implementation. 
 * Make the sieve plugins true plugins and add a SIEVE_PLUGINS config item to the
@@ -22,7 +20,10 @@ Next (in order of descending priority/precedence):
 
 * ## MAKE A FIRST RELEASE ##
 
-* Verify outgoing mail addresses at runtime (e.g. after variables substitution)
+* Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across
+  Character Sets). 
+* Verify outgoing mail addresses at runtime when necessary (e.g. after variables 
+  substitution)
 * Implement dropping errors in the user's mailbox as a mail message.
 * Add normalize() method to comparators to normalize the string before mathing
   (for efficiency).
-- 
GitLab