From: Chris Hanson Date: Mon, 15 May 2000 19:08:47 +0000 (+0000) Subject: Eliminate message properties. X-Git-Tag: 20090517-FFI~3872 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f46f94e45234946dc82d6df469771b51f4aecba;p=mit-scheme.git Eliminate message properties. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 639ee9e3d..beaa99742 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.8 2000/05/15 16:45:57 cph Exp $ +$Id: todo.txt,v 1.9 2000/05/15 19:08:47 cph Exp $ Bug fixes --------- @@ -42,10 +42,6 @@ Design changes * Eliminate COPY-FOLDER operation. Implement something closer to the IMAP COPY operation, e.g. APPEND-MESSAGES. -* Eliminate message properties. Store this information in the headers - and translate as needed. E.g. unix from line in umail message would - be stored as header in RMAIL message. - * Reimplement UID synchronization. Take advantage of monotonic UID numbers to discover largest prefix range that hasn't changed. Binary search can be used which should produce excellent results on