removed an unnecessary select from delete_message (fixes bug#418631)
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 21 May 2001 12:53:01 +0000 (12:53 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 21 May 2001 12:53:01 +0000 (12:53 +0000)
patch from Martin Wunderli (tvdmaw)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1385 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/delete_message.php

index dd59af6f1fa469c5589e2357293f3e54f4e0e393..1f267c6ada0652cfc4ad40463ab0f388de399951 100644 (file)
@@ -15,7 +15,6 @@
    include("../functions/imap.php");
 
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    include("../functions/imap.php");
 
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
-   sqimap_mailbox_select($imapConnection, $mailbox);
 
    sqimap_messages_delete($imapConnection, $message, $message, $mailbox);
    if ($auto_expunge)
 
    sqimap_messages_delete($imapConnection, $message, $message, $mailbox);
    if ($auto_expunge)