From: Chris Hanson <org/chris-hanson/cph>
Date: Fri, 19 May 2000 05:04:43 +0000 (+0000)
Subject: Note bug with navigating partial summary buffers.  Note that
X-Git-Tag: 20090517-FFI~3801
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=024ece15c7c28a5526aadab0bc322371561e8308;p=mit-scheme.git

Note bug with navigating partial summary buffers.  Note that
%APPEND-MESSAGE must create the folder if it doesn't already exist.
---

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.