From b947e601918a2b8fe21f96f4ab73c3b8f3b6c5f9 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 28 Nov 2015 23:53:27 +0100 Subject: [PATCH] Added new TODO item. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 82675b7f5..f7dc67d41 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ Current activities: * Rework string matching: + - Give Sieve its own runtime string type, rather than (ab)using string_t. - Add support for stream matching for handling large values, e.g. from the body extension. - Improve efficiency of :matches and :contains match types. -- GitLab