From: Chris Hanson Date: Fri, 19 May 2000 17:29:50 +0000 (+0000) Subject: Downgrade one suggestion to a feature. X-Git-Tag: 20090517-FFI~3793 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=21a9c4f5731f9ed07b409a86be88e602efdbfded;p=mit-scheme.git Downgrade one suggestion to a feature. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index a0e09f3d4..8b86b4b49 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.27 2000/05/19 17:29:03 cph Exp $ +$Id: todo.txt,v 1.28 2000/05/19 17:29:50 cph Exp $ Bug fixes --------- @@ -25,9 +25,6 @@ Bug fixes Design changes -------------- -* Implement something closer to the IMAP COPY operation, e.g. - APPEND-MESSAGES. - * 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 @@ -95,3 +92,6 @@ New features * IMAIL must support I/O to compressed files (for my sake if no one else). A clean solution to this requires moving compressed-file support to the runtime system. + +* Implement something closer to the IMAP COPY operation, e.g. + APPEND-MESSAGES.