From d7d214a967df79be716963e69a137b658f78ed57 Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 17 Oct 2000 20:10:03 +0000 Subject: [PATCH] Finally removed the auto-expunge code that Luke said to comment out. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@804 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index aff30830..2a540b44 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -141,9 +141,6 @@ $line .= replace_spaces(readShortMailboxName($mailbox, $delimeter)); $line .= ""; } else { - if ($auto_expunge) { - sqimap_mailbox_expunge($imapConnection, $boxes[$i]["unformatted-dm"]); - } $line .= formatMailboxName($imapConnection, $mailbox, $boxes[$i]["unformatted"], $delimeter, $boxes[$i]["unseen"]); } } else { -- 2.25.1