From: Chris Hanson Date: Tue, 23 May 2000 18:37:04 +0000 (+0000) Subject: Implement explicit condition type for IMAP server errors, and use that X-Git-Tag: 20090517-FFI~3702 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f3a8c36a9af53bee836e9100d63f3ed2e81b0620;p=mit-scheme.git Implement explicit condition type for IMAP server errors, and use that to detect the TRYCREATE response code whereever it occurs. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 953f5bc58..65d27854f 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,18 +1,18 @@ IMAIL To-Do List -$Id: todo.txt,v 1.44 2000/05/23 14:13:44 cph Exp $ +$Id: todo.txt,v 1.45 2000/05/23 18:37:04 cph Exp $ Bug fixes --------- -* APPEND-MESSAGE not doing autocreate because TRYCREATE appears in - response to continuation request. - * M-x imail-copy-messages re-reads the target folder UIDs for each message that is written, when the target folder is not being visited. -* M-x imail-copy-messages appears to rewrite an RMAIL file that is the - source of the copy. +* M-x imail-copy-messages rewrites an RMAIL file that is the source of + the copy. The problem is that closing a file folder writes the + folder to the file, whether it's needed or not. Both closing the + folder and M-x imail-save-folder should save the folder only if + needed. * Implement operations for IMAP: URL-EXISTS?. @@ -49,6 +49,9 @@ Design changes New features ------------ +* Set the IMAIL buffer's modification bit to indicate whether the + folder is locally modified. Meaningful only for file folders. + * M-x imail-copy-messages needs prompt that distinguishes itself from M-x imail-output. Both of these commands should provide feedback for each message that is output, and should announce the total @@ -89,3 +92,6 @@ New features * Implement something closer to the IMAP COPY operation, e.g. APPEND-MESSAGES. + +* Commands such as create-folder and delete-folder should produce + status messages that indicate the result.