From 41075bf532bc369b399e176eb7a1df06588dd460 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 10 Jan 2003 21:29:10 +0000 Subject: [PATCH] Add comment aout treating MIME digests as subfolders. --- v7/src/imail/todo.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 8fb69150d..2043d0b06 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.138 2002/03/26 03:53:46 cph Exp $ +$Id: todo.txt,v 1.139 2003/01/10 21:29:10 cph Exp $ Bug fixes --------- @@ -57,12 +57,19 @@ New features * Implement decoder for uuencoded attachments. Agnes recently sent me a message with a uuencoded attachment. -* Allow the user to specify that elements of a MIME digest are to be +* [partially done] + Allow the user to specify that elements of a MIME digest are to be treated as out-of-line rather than inline. In this case the attachment summaries need to show the "from" and "subject" headers so that the digest can be browsed. We will also need commands to toggle all of the elements between in-line and out-of-line. +* Add ability to treat a MIME digest as a folder, so that it can be + visited and browsed like any other folder. Obviously, deleting + individual messages in the folder can't work, but this could be + simulated, using client-side markers, or perhaps flags such as + "digest-message-1-deleted". + * Implement generic operation to say whether a folder rename can work. Use this to extend M-x imail-rename-folder to work in all cases by using copy/delete when rename inapplicable. -- 2.25.1