diff --git a/TODO b/TODO index 2d764056649b0a3e98c72ea0f15332f5cc0993dd..3110540cd028711e5a3476991df282a98409105e 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.