New strategy for yanking MIME messages into reply buffer.
authorChris Hanson <org/chris-hanson/cph>
Mon, 19 Jun 2000 12:54:33 +0000 (12:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 19 Jun 2000 12:54:33 +0000 (12:54 +0000)
v7/src/imail/todo.txt

index 656758718123fd7bba9d2743776bb60a345e021c..3afbdfeff34a19021a6f7d2b09af4d9b3e4f4427 100644 (file)
@@ -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.