From: Chris Hanson Date: Tue, 20 Jun 2000 20:38:25 +0000 (+0000) Subject: Note regarding bug with multiple simultaneous access. X-Git-Tag: 20090517-FFI~3465 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0fa4becbd2506178c47f61c27651c313e8a1239d;p=mit-scheme.git Note regarding bug with multiple simultaneous access. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 86d356c96..06c473bca 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.92 2000/06/20 19:47:15 cph Exp $ +$Id: todo.txt,v 1.93 2000/06/20 20:38:25 cph Exp $ Bug fixes --------- +* If a folder has message N selected, the folder is simultaneously + opened somewhere else, one new message is added, and message N is + deleted, then the display is _not_ updated to reflect the new + message. + * Preserve internal-date when copying to rmail folder from any other type of folder, by writing a distinguished header field into the rmail file.