Note that RENAME-FOLDER must change the URL the target folder refers
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 May 2001 04:15:10 +0000 (04:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 May 2001 04:15:10 +0000 (04:15 +0000)
to.

v7/src/imail/todo.txt

index 991a348fe427efdb71abab08ab21b9e174519624..29ead9e193c4215c6a0bfba39ad67b09745ea3f0 100644 (file)
@@ -1,9 +1,14 @@
 IMAIL To-Do List
-$Id: todo.txt,v 1.119 2001/05/07 18:03:43 cph Exp $
+$Id: todo.txt,v 1.120 2001/05/23 04:15:10 cph Exp $
 
 Bug fixes
 ---------
 
+* The RENAME-FOLDER operation must change the folder object to refer
+  to the new URL rather than the old.  The operation must close the
+  folder if it is open, then discard all the state, and finally
+  reinitialize it to be a closed reference to the new URL.
+
 * In "imail-imap.scm", FOLDER-LENGTH is just an alias for
   IMAP-FOLDER-N-MESSAGES.  Eliminate the latter procedure; it's just a
   slot accessor.