From 70391dd007a35c44cb03acb034fa554b5ac4e367 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 20 Apr 2000 13:43:58 +0000 Subject: [PATCH] updated bug file git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@446 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- BUG | 12 +++--------- config/conf.pl | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/BUG b/BUG index 3922d0b2..b47df8f3 100644 --- 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 " (without quotes) translates to the SMTP server as: diff --git a/config/conf.pl b/config/conf.pl index 7d3e4014..3dd67f0e 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -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"; -- 2.25.1