From 31b9138b293407657eb015ff93cb3621a6207e97 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 5 Jul 2009 09:45:48 +0200 Subject: [PATCH] Updated TODO. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 2d7640566..3110540cd 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Current: -* Test new multiscript support extensively. * Build a sieve tool to filter an entire existing mailbox through a Sieve script. @@ -8,6 +7,8 @@ Next (in order of descending priority/precedence): * Improve error handling. Now it is not very consistent, especially for the Sieve command line tools. +* Detect permission errors when writing global script binaries and advise the + administrator on using sievec to precompile the scripts. * Improve debugging support in the sieve-test tool: - Improve trace debugging towards something more intuitively readable. - Give trace debugging multiple levels of verbosity (e.g. to include more messy @@ -22,7 +23,6 @@ Next (in order of descending priority/precedence): - Fix issues listed in doc/rfc/RFC-questions.txt based on answers - 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. - Detect assignment of too large constant values to variables at compile time. -- GitLab