Browse Source

< change to <=, I was right the first time, I will quit now.

cosworth 25 years ago
parent
commit
54cd02f67e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/folders.php

+ 1 - 1
src/folders.php

@@ -231,7 +231,7 @@ exit;
    /** 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);