From ab6177dd08f14643a91c6503451f169db106bb11 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 27 Jan 2009 17:19:22 +0100
Subject: [PATCH] Added important TODO item.

---
 TODO | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 3044ae4f0..e4bc25e80 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,14 @@ Current:
 
 Next (in order of descending priority/precedence):
 
-* Improve error handling. Now it is not very consistent, especially for the sieve
+* Improve error handling. Now it is not very consistent, especially for the Sieve
   command line tools and multiscript. 
 * Implement dropping errors in the user's mailbox as a mail message.
+* Implement a better way to encode source line numbers into a binary for reporting 
+  errors at runtime. Currently, this is done explicitly for each command that adds 
+  actions to the result. However, some tests, match types etc. will also need this 
+  when the variables extension is active. Many of the RFC deviations listed below 
+  depend on this.
 * Fix remaining RFC deviations:
 	- Fix issues listed in doc/rfc/RFC-questions.txt based on answers
 	- Allow for the existance of dynamic comparators (i.e. specified by 
-- 
GitLab