diff --git a/TODO b/TODO
index 137f94a045a439b40bf1049cda722c36e87d6e61..e9fb4e4d8129793befb1c3fba481ca088cf370a5 100644
--- a/TODO
+++ b/TODO
@@ -59,10 +59,12 @@ Next (in order of descending priority/precedence):
   (i.e. optimize the test away and any code that negatively depends on it)
 * Use lib/str-find.h for :contains and :matches match types  
 
-* Add development documentation, i.e. comment on library functions and document
-  the binary and byte-code format. 
+* Import ManageSieve into this package and provide support for alternate types
+  of script storage like LDAP or SQL database.
 * Make the engine and its extensions much more configurable. Possibly this can 
   be merged with Dovecot's new master config implementation.
+* Add development documentation, i.e. comment on library functions and document
+  the binary and byte-code format. 
 * Implement editheader extension
 * Implement mimeloop extension
 * Give the byte code format some more thought, it is currently quite rough and