From: Chris Hanson Date: Fri, 19 May 2000 17:29:03 +0000 (+0000) Subject: Update for changes. Add note about command to copy entire folders. X-Git-Tag: 20090517-FFI~3794 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6548a4821b11cefa44efd1617c6313807aa495f8;p=mit-scheme.git Update for changes. Add note about command to copy entire folders. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 29643e923..a0e09f3d4 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,11 +1,9 @@ IMAIL To-Do List -$Id: todo.txt,v 1.26 2000/05/19 16:33:10 cph Exp $ +$Id: todo.txt,v 1.27 2000/05/19 17:29:03 cph Exp $ Bug fixes --------- -* Eliminate the "edited" flag. - * Summary buffers don't navigate correctly unless they are showing all of the messages. Partial summaries manipulate index numbers that are the line numbers of the buffer rather than the message indexes. @@ -52,11 +50,6 @@ New features * Add configurable confirmation for performing EXPUNGE. -* Change summary buffer to show more flags, specifically all the - standard flags. Use each flag's first letter, except: lump - "forwarded" and "resent" together as R, and invert "seen" to U. - Use the following order: DUARF. - * M-x imail-output should create the folder if necessary. This means that %APPEND-MESSAGE method must check for [TRYCREATE] and do the create if it is present. @@ -64,6 +57,10 @@ New features * Add command to rename folders. Add command to append all of the messages from one folder to another. +* Add command to copy a folder from one URL to another. This + basically creates the target, opens the source, and copies all of + the messages. + * Implement URL completion. * Write M-x imail-resend.