瀏覽代碼

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

Tyler Akins 25 年之前
父節點
當前提交
dd415ed6b1
共有 1 個文件被更改,包括 0 次插入3 次删除
  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 {