Made change to line 193 to make the subscribe option show up for a user that doesn...
[squirrelmail.git] / src / folders.php
index 6354c9b42a7b7ce431d04b9d4002cf79005633d2..e4290a25aae0ef694ef1773710c7a53d8cf4a589 100644 (file)
    /** SUBSCRIBE TO FOLDERS **/
 
    echo "<TR><TD BGCOLOR=\"$color[4]\" ALIGN=CENTER>";
-   if ($count_special_folders < count($boxes)) {
+   if ($count_special_folders <= count($boxes)) {
       $imap_stream = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 1);
       $boxes = sqimap_mailbox_list_all ($imap_stream);