From 32fb57b35dde73cf0f7999e4a63a30ad0e0e0669 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 19 May 2000 13:33:08 +0000 Subject: [PATCH] Notes regarding presentation of standard flags in the summary buffer. --- 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 d7ddf5205..f3353e894 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,11 @@ IMAIL To-Do List -$Id: todo.txt,v 1.24 2000/05/19 05:04:43 cph Exp $ +$Id: todo.txt,v 1.25 2000/05/19 13:33:08 cph Exp $ Bug fixes --------- +* Eliminate the "edited" flag. + * Summary buffers don't navigate correctly unless they are showing all of the messages. Partial summaries manipulate index numbers that are the line numbers of the buffer rather than the message indexes. @@ -48,8 +50,13 @@ Design changes New features ------------ +* Change summary buffer to show more flags, specifically all the + standard flags. Use each flag's first letter, except: lump + "forwarded" and "resent" together as R, and invert "seen" to U. + Use the following order: DUARF. + * M-x imail-output should create the folder if necessary. This means - the %APPEND-MESSAGE method must check for [TRYCREATE] and do the + that %APPEND-MESSAGE method must check for [TRYCREATE] and do the create if it is present. * Add command to rename folders. Add command to append all of the -- 2.25.1