diff --git a/TODO b/TODO
index 8a5be9c7dcb9dd677d3db625c941554bbf253645..68d863f45864deca64989d43d2748f80ec5c7cbe 100644
--- a/TODO
+++ b/TODO
@@ -25,10 +25,11 @@ Next (in order of descending priority/precedence):
 
 * ## MAKE A FIRST RELEASE (0.1.x) ##
 
-* Fix remaining RFC deviations:
+* Fix remaining (mostly variables-related) RFC deviations:
 	- Allow for the existance of dynamic comparators (i.e. specified by 
 	  variables). 
 	- Allow for dynamic includes (i.e. specified by variables).
+	- Allow for :regex matching with variable key.
 	- Fix/Report issues listed in 'doc/rfc/RFC Controversy.txt'
 * Imapflags: merge execution of setflags, removeflags and addflags into one 
   common implementation. 
@@ -47,6 +48,7 @@ Next (in order of descending priority/precedence):
 * Implement environment extension
 * Make testsuite much more exhaustive and add support for testing the actual
   result.
+
 * Build a sieve tool to filter an entire existing mailbox through a sieve script.
 * Build a server with test mail accounts that processes lots and lots of mail 
   (e.g. spam, mailing lists etc.)