From 3d3aa53e07c0424320bafef95a811ececa1ad311 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 21 Nov 2008 22:45:08 +0100
Subject: [PATCH] Added TODO item.

---
 TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index e13110e73..431197c9d 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.
-- 
GitLab