updated bug file
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Apr 2000 13:43:58 +0000 (13:43 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 20 Apr 2000 13:43:58 +0000 (13:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@446 7612ce4b-ef26-0410-bec9-ea0150e637f0

BUG
config/conf.pl

diff --git a/BUG b/BUG
index 3922d0b210cfb3c4c5c164ef353449ec98827af1..b47df8f31f7a9e790464aa4676b4a2e98950c036 100644 (file)
--- a/BUG
+++ b/BUG
@@ -1,31 +1,25 @@
 Known BUGS to be fixed before 0.4pre1:
 
   -    LDAP preferences in conf.pl are not working.
-
   -    Next/Previous while viewing a message should take into account 
        the way that the mailbox is sorted.  Right now, it just does it 
                 by the next message id.
-
   -    If a new message comes in while still browsing cached message 
        list, the space is allocated, but it is blank.
-
 (lme)  I'm not convinced that the cache gets deleted all the time.  I'll 
        look into this one.  
-
   -    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--
-
 (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 
        reverts back to the date.
-
 (lme)  There is an infinate loop when moving messages to other folders, 
        thus breaking the move, and delete buttons.
-
 (lme)  Reply which sets the address line to something like the following:
        "Luke Ehresman <lehresma@css.tayloru.edu>" (without quotes)
        translates to the SMTP server as:
index 7d3e40143cc07486938d83e3d5cb4259083e7545..3dd67f0efe78c7c45e5577c69479d85a892abf09 100755 (executable)
@@ -133,7 +133,7 @@ while (($command ne "q") && ($command ne "Q")) {
       print $WHT."Themes\n".$NRM;
       print "1.  Change Themes\n";
       for ($count = 0; $count <= $#theme_name; $count++) {
-         print "    |  $theme_name[$count]\n";
+         print "    >  $theme_name[$count]\n";
       }
       print "\n";
       print "R   Return to Main Menu\n";