From: Chris Hanson Date: Mon, 22 May 2000 15:25:43 +0000 (+0000) Subject: Notes regarding bugs having to do with completion prompting. X-Git-Tag: 20090517-FFI~3743 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=995a2a0c9064288778397e0330752e470da45eee;p=mit-scheme.git Notes regarding bugs having to do with completion prompting. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index e3c8fcfe1..5978dd509 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.34 2000/05/22 13:52:41 cph Exp $ +$Id: todo.txt,v 1.35 2000/05/22 15:25:43 cph Exp $ Bug fixes --------- @@ -7,6 +7,12 @@ Bug fixes * Password should be cached s.t. it can be shared between connections with compatible URLs. Right now it is per-connection. +* Login messages interfere with modeline when doing completion on IMAP + URLs. + +* M-x imail-copy-message reopens the IMAP connection for each message + that it sends. + * Implement operations for IMAP: URL-EXISTS?. * Recovery from server disconnection should be more transparent.