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
--SQUASHED--
+(lme) 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.
(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.
if ($flags) {
$boxes[$g]["flags"] = explode(" ", $flags);
}
-
+ for ($i=0; $i < count($boxes[$g]["flags"]); $i++) {
+ if ($boxes[$g]["flags"][$i] == "noselect") {
+ $boxes[$g]["unformatted-dm"] = $boxes[$g]["unformatted-dm"].$dm;
+ echo $boxes[$g]["unformatted-dm"]." - debug<br>";
+ }
+ }
}
return $boxes;
}