From fc8962d1270374ac10122b46918f289d9881fcbc Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 12 Jul 2008 18:19:04 +0200 Subject: [PATCH] Removed llist TODO item, turns out to be less mergeable than initially thought. --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 44fe78973..b452fc07c 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,6 @@ Next (in order of descending priority/precedence): * Finish implementing all extensions supported by cmusieve, except notify. * Get rid of all <stdio.h> printf()s in the library; use trace macro instead -* Use lib/llist.h for the AST implementation. -* Make the sieve plugins true plugins and add a SIEVE_PLUGINS config item to the - lda-sieve plugin. * Revise extension support for comparators, match-types, address-parts and side-effects. Current implementation emits redundant bytes and associated code is not very neat. -- GitLab