From: Chris Hanson Date: Fri, 30 Jun 2000 03:11:08 +0000 (+0000) Subject: Don't bother with support for compressed mail files. This isn't as X-Git-Tag: 20090517-FFI~3418 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=503df450ba2d120ce12605f8cbe0c44b2714ece8;p=mit-scheme.git Don't bother with support for compressed mail files. This isn't as important as I thought it was. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index c2714a8c4..f98058c3b 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.104 2000/06/30 03:10:02 cph Exp $ +$Id: todo.txt,v 1.105 2000/06/30 03:11:08 cph Exp $ Bug fixes --------- @@ -48,10 +48,6 @@ New features * Generate file I/O messages when reading and writing file folders. -* 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.