Browse Source

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

Tyler Akins 25 years ago
parent
commit
dd415ed6b1
1 changed files with 0 additions and 3 deletions
  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 {