From: Chris Hanson Date: Wed, 23 May 2001 04:15:10 +0000 (+0000) Subject: Note that RENAME-FOLDER must change the URL the target folder refers X-Git-Tag: 20090517-FFI~2805 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=41e1d234506d4df3a9d8e838ad0c30d7b17df97e;p=mit-scheme.git Note that RENAME-FOLDER must change the URL the target folder refers to. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 991a348fe..29ead9e19 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -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.