From: Chris Hanson Date: Sun, 27 May 2001 05:04:24 +0000 (+0000) Subject: Delete entries for things that are now implemented. X-Git-Tag: 20090517-FFI~2774 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=36f74949e237e73eb8cffb0b78f3f0d16b650271;p=mit-scheme.git Delete entries for things that are now implemented. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index e9f4f926e..eeb924e3e 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.121 2001/05/27 05:01:55 cph Exp $ +$Id: todo.txt,v 1.122 2001/05/27 05:04:24 cph Exp $ Bug fixes --------- @@ -81,8 +81,6 @@ New features Use this to extend M-x imail-rename-folder to work in all cases by using copy/delete when rename inapplicable. -* Write folder browser for IMAP servers. - * Examine spec for text/enriched and see if it can be incorporated into the reader. @@ -90,13 +88,6 @@ New features should use UIDs for IMAP folders; for other folders perhaps the message ID can be used. - For file folders, this might be used to aid in reading large - folders: a contiguous message file could be incrementally read from - the source file, and any changes written back to the cache. When - the folder was saved, the updated file could be recreated by - merging the (cached) modified messages back into the original file, - then deleting the cache. - * Set the IMAIL buffer's modification bit to indicate whether the folder is locally modified. Meaningful only for file folders. Hook up the save-folder code into M-x save-some-buffers. @@ -108,9 +99,6 @@ New features Design changes -------------- -* We must be able to read larger RMAIL files. See suggestion above - for using a cache to accomplish this. - * Move pathname-completion code into the runtime system. * Implement something closer to the IMAP COPY operation, e.g.