Note bug with navigating partial summary buffers. Note that
authorChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 05:04:43 +0000 (05:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 05:04:43 +0000 (05:04 +0000)
%APPEND-MESSAGE must create the folder if it doesn't already exist.

v7/src/imail/todo.txt

index e09f275905bd9e222b88ed72c147b4c8b0634575..d7ddf5205fe33b013d6bca8e49d302ff5cc3dc65 100644 (file)
@@ -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.