소스 검색

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 .= replace_spaces(readShortMailboxName($mailbox, $delimeter));
             $line .= "</FONT>";
             $line .= "</FONT>";
          } else {
          } else {
-            if ($auto_expunge) {
-               sqimap_mailbox_expunge($imapConnection, $boxes[$i]["unformatted-dm"]);
-            }
             $line .= formatMailboxName($imapConnection, $mailbox, $boxes[$i]["unformatted"], $delimeter, $boxes[$i]["unseen"]);
             $line .= formatMailboxName($imapConnection, $mailbox, $boxes[$i]["unformatted"], $delimeter, $boxes[$i]["unseen"]);
          }
          }
       } else {
       } else {