From: Chris Hanson Date: Mon, 19 Jun 2000 22:15:25 +0000 (+0000) Subject: Add some new ideas from one of the reviews. X-Git-Tag: 20090517-FFI~3482 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cfcbe0a3b8cb4da6217cb42366a95ef3c5839c90;p=mit-scheme.git Add some new ideas from one of the reviews. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 9c01f40bb..8e5836769 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,11 @@ IMAIL To-Do List -$Id: todo.txt,v 1.88 2000/06/19 20:27:45 cph Exp $ +$Id: todo.txt,v 1.89 2000/06/19 22:15:25 cph Exp $ Bug fixes --------- +* Change file URL completion to complete to any file name. + * Must be able to handle malformed headers in incoming mail. Generating a low-level error in this situation is unacceptable. @@ -27,6 +29,12 @@ MIME conformance New features ------------ +* Implement generic operation to say whether a folder rename can work. + Use this to extend M-x imail-rename-folder to work in all cases by + using copy/delete when rename inapplicable. + +* Generate more specific X-Mailer header. + * Add variable to control how multipart/alternative shows the secondary alternatives.