From: Chris Hanson Date: Mon, 19 Jun 2000 12:54:33 +0000 (+0000) Subject: New strategy for yanking MIME messages into reply buffer. X-Git-Tag: 20090517-FFI~3490 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=37d384486ca72a291298eb28a45292ffc7dc9c95;p=mit-scheme.git New strategy for yanking MIME messages into reply buffer. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 656758718..3afbdfeff 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.85 2000/06/17 04:29:10 cph Exp $ +$Id: todo.txt,v 1.86 2000/06/19 12:54:33 cph Exp $ Bug fixes --------- +* When yanking MIME messages into a reply buffer, reformat the message + in the reply buffer, but drop any out-of-line content. The user + should see exactly the same text, minus the attachments. Otherwise + it's just confusing, and it requires extra editing to do the reply. + * M-x imail-toggle-message isn't really a replacement for M-x imail-toggle-headers. If the message is really large, and you just want to see the headers, it's serious overkill. So reimplement the @@ -46,11 +51,6 @@ New features * Support the "flagged" message flag by highlighting messages with this flag in the summary buffer. -* 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.