From 024ece15c7c28a5526aadab0bc322371561e8308 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 19 May 2000 05:04:43 +0000 Subject: [PATCH] Note bug with navigating partial summary buffers. Note that %APPEND-MESSAGE must create the folder if it doesn't already exist. --- v7/src/imail/todo.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index e09f27590..d7ddf5205 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,13 @@ IMAIL To-Do List -$Id: todo.txt,v 1.23 2000/05/19 04:16:47 cph Exp $ +$Id: todo.txt,v 1.24 2000/05/19 05:04:43 cph Exp $ Bug fixes --------- +* 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. + * Password should be cached s.t. it can be shared between connections with compatible URLs. Right now it is per-connection. @@ -44,6 +48,10 @@ Design changes New features ------------ +* M-x imail-output should create the folder if necessary. This means + the %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 messages from one folder to another. -- 2.25.1