From: Chris Hanson Date: Fri, 9 Jun 2000 04:32:42 +0000 (+0000) Subject: Note to change handling of "informational" headers in sent mail. X-Git-Tag: 20090517-FFI~3560 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4f6bf44819a417c245f3dccdb68729fab26a0508;p=mit-scheme.git Note to change handling of "informational" headers in sent mail. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 4043a4243..bee5447d3 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.71 2000/06/08 19:09:41 cph Exp $ +$Id: todo.txt,v 1.72 2000/06/09 04:32:42 cph Exp $ Bug fixes --------- @@ -22,6 +22,11 @@ Bug fixes New features ------------ +* Change "X-Mailer" and "Organization" headers so that they is + transparently added after the user has finished editing. This will + keep the message composition buffer cleaner. There's no need to be + able to delete these on a per-message basis. + * 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