Bläddra i källkod

Finally removed the auto-expunge code that Luke said to comment out.

Tyler Akins 25 år sedan
förälder
incheckning
dd415ed6b1
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      src/left_main.php

+ 0 - 3
src/left_main.php

@@ -141,9 +141,6 @@
             $line .= replace_spaces(readShortMailboxName($mailbox, $delimeter));
             $line .= "</FONT>";
          } else {
-            if ($auto_expunge) {
-               sqimap_mailbox_expunge($imapConnection, $boxes[$i]["unformatted-dm"]);
-            }
             $line .= formatMailboxName($imapConnection, $mailbox, $boxes[$i]["unformatted"], $delimeter, $boxes[$i]["unseen"]);
          }
       } else {