Downgrade one suggestion to a feature.
authorChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 17:29:50 +0000 (17:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 17:29:50 +0000 (17:29 +0000)
v7/src/imail/todo.txt

index a0e09f3d4a634cfbab6425627963aa21a548963b..8b86b4b494dd4a7361b62f812fde7ea111fb5365 100644 (file)
@@ -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.