Add note about need to move compressed-file I/O to the runtime system.
authorChris Hanson <org/chris-hanson/cph>
Sun, 14 May 2000 03:34:40 +0000 (03:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 14 May 2000 03:34:40 +0000 (03:34 +0000)
v7/src/imail/todo.txt

index 09eb4f0a5f30a92e87d3d8a9a38e0309cececa40..f44fbde15e2c8d9be19d36f9dd5b4723ab970e7f 100644 (file)
@@ -1,5 +1,5 @@
 IMAIL To-Do List
-$Id: todo.txt,v 1.6 2000/05/12 18:23:05 cph Exp $
+$Id: todo.txt,v 1.7 2000/05/14 03:34:40 cph Exp $
 
 Bug fixes
 ---------
@@ -22,6 +22,10 @@ Bug fixes
 * RMAIL file reader must recognize when the tail of the file contains
   umail messages.
 
+* 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.
+
 Design changes
 --------------