Note about making IMAP URL completion handle folders that contain both
authorChris Hanson <org/chris-hanson/cph>
Thu, 29 Jun 2000 03:46:05 +0000 (03:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 29 Jun 2000 03:46:05 +0000 (03:46 +0000)
messages and subfolders.

v7/src/imail/todo.txt

index 4e8f3d2c0bc50ba7c00ae1b02072f913eac461b6..8005ee80707470fbf06e028007fc01fcf73c46ea 100644 (file)
@@ -1,9 +1,18 @@
 IMAIL To-Do List
-$Id: todo.txt,v 1.99 2000/06/26 19:31:07 cph Exp $
+$Id: todo.txt,v 1.100 2000/06/29 03:46:05 cph Exp $
 
 Bug fixes
 ---------
 
+* IMAP URL completion must handle folders that contain both messages
+  and subfolders differently.  Such folders should appear twice in the
+  completion list: once with no delimiter suffix, and once with a
+  delimiter suffix.  That way when the user completes such a folder,
+  the message "complete, but not unique" will be shown, and it will be
+  obvious there are subfolders.  As it now stands, there's no way to
+  tell there are subfolders other than by adding the delimiter suffix
+  and re-completing.
+
 * Must be able to handle malformed headers in incoming mail.
   Generating a low-level error in this situation is unacceptable.