diff --git a/TODO b/TODO index e13110e7399e7f0188ac56e26a502e44e31b51d1..431197c9de444747c818d02f0ba93b7edd6d5ecc 100644 --- a/TODO +++ b/TODO @@ -52,7 +52,8 @@ Next (in order of descending priority/precedence): * Implement date and index extensions * Optimize code containing true/false tests to omit explicit JMP opcodes (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 +* Use lib/str-find.h for :contains and :matches match types +* Warn during compile if using non-existent folders. * Import ManageSieve into this package and provide support for alternate types of script storage like LDAP or SQL database.