From: Chris Hanson Date: Sat, 17 Jun 2000 04:29:10 +0000 (+0000) Subject: Note re imail-toggle-headers. X-Git-Tag: 20090517-FFI~3500 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ae47e9e17bf63de92419213331ec5682783e35ed;p=mit-scheme.git Note re imail-toggle-headers. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 4b4f172e6..656758718 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.84 2000/06/15 16:20:25 cph Exp $ +$Id: todo.txt,v 1.85 2000/06/17 04:29:10 cph Exp $ Bug fixes --------- +* 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 + latter, and bind the former to `T'. + * Must be able to handle malformed headers in incoming mail. Generating a low-level error in this situation is unacceptable.