Implement explicit condition type for IMAP server errors, and use that
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 18:37:04 +0000 (18:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 18:37:04 +0000 (18:37 +0000)
to detect the TRYCREATE response code whereever it occurs.

v7/src/imail/todo.txt

index 953f5bc58a7492fb23f09d9ae6135857e4b76117..65d27854fd7b5db33ec8ebc5ea2848bcc7fd4654 100644 (file)
@@ -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.