浏览代码

updated bug file

Luke Ehresman 25 年之前
父节点
当前提交
31f2383d96
共有 2 个文件被更改,包括 4 次插入10 次删除
  1. 3 9
      BUG
  2. 1 1
      config/conf.pl

+ 3 - 9
BUG

@@ -1,31 +1,25 @@
 Known BUGS to be fixed before 0.4pre1:
 Known BUGS to be fixed before 0.4pre1:
 
 
   -    LDAP preferences in conf.pl are not working.
   -    LDAP preferences in conf.pl are not working.
-
   -    Next/Previous while viewing a message should take into account 
   -    Next/Previous while viewing a message should take into account 
        the way that the mailbox is sorted.  Right now, it just does it 
        the way that the mailbox is sorted.  Right now, it just does it 
 		 by the next message id.
 		 by the next message id.
-
   -    If a new message comes in while still browsing cached message 
   -    If a new message comes in while still browsing cached message 
        list, the space is allocated, but it is blank.
        list, the space is allocated, but it is blank.
-
 (lme)  I'm not convinced that the cache gets deleted all the time.  I'll 
 (lme)  I'm not convinced that the cache gets deleted all the time.  I'll 
        look into this one.  
        look into this one.  
-
   -    In UW, removing folders with a / at the end is broke
   -    In UW, removing folders with a / at the end is broke
-
+  -    When reading through 7 unread messages, every time I would read
+       a message and click on "Message List" to go back, they would stay
+		 marked "unread".  The caching was doing too good of a job.  (:
 
 
 
 
 --SQUASHED--
 --SQUASHED--
-
 (lme)  Special folders don't get listed at the top of folder list
 (lme)  Special folders don't get listed at the top of folder list
-
 (lme)  The icon for message sorting doesn't always stay.  It usually 
 (lme)  The icon for message sorting doesn't always stay.  It usually 
        reverts back to the date.
        reverts back to the date.
-
 (lme)  There is an infinate loop when moving messages to other folders, 
 (lme)  There is an infinate loop when moving messages to other folders, 
        thus breaking the move, and delete buttons.
        thus breaking the move, and delete buttons.
-
 (lme)  Reply which sets the address line to something like the following:
 (lme)  Reply which sets the address line to something like the following:
        "Luke Ehresman <lehresma@css.tayloru.edu>" (without quotes)
        "Luke Ehresman <lehresma@css.tayloru.edu>" (without quotes)
        translates to the SMTP server as:
        translates to the SMTP server as:

+ 1 - 1
config/conf.pl

@@ -133,7 +133,7 @@ while (($command ne "q") && ($command ne "Q")) {
       print $WHT."Themes\n".$NRM;
       print $WHT."Themes\n".$NRM;
       print "1.  Change Themes\n";
       print "1.  Change Themes\n";
       for ($count = 0; $count <= $#theme_name; $count++) {
       for ($count = 0; $count <= $#theme_name; $count++) {
-         print "    |  $theme_name[$count]\n";
+         print "    >  $theme_name[$count]\n";
       }
       }
       print "\n";
       print "\n";
       print "R   Return to Main Menu\n";
       print "R   Return to Main Menu\n";