From: Chris Hanson Date: Thu, 8 Jun 2000 19:09:41 +0000 (+0000) Subject: Notes regarding insertion of messages into outgoing mail. X-Git-Tag: 20090517-FFI~3572 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=10498b1fd1eb67c4f62d89906b728f7afa304fc5;p=mit-scheme.git Notes regarding insertion of messages into outgoing mail. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 9140c6015..4043a4243 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.70 2000/06/08 17:16:58 cph Exp $ +$Id: todo.txt,v 1.71 2000/06/08 19:09:41 cph Exp $ Bug fixes --------- @@ -22,6 +22,17 @@ Bug fixes New features ------------ +* When yanking formatted MIME messages into a reply buffer, + attachments should probably be dropped altogether. Other + simplifications might also be desirable, although I can't think of + any right now. + +* When yanking a message into a reply buffer, need option to quote the + original message using MIME, rather than the current copy-and-indent + mechanism. + +* Forwarded messages should optionally be encapsulated using MIME. + * Command to expand attachment inline. Sometimes attachments aren't big binary things but small text things that are easier to view inline.