Browse Source

removed an unnecessary select from delete_message (fixes bug#418631)
patch from Martin Wunderli (tvdmaw)

Luke Ehresman 24 years ago
parent
commit
23ebca00b3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/delete_message.php

+ 0 - 1
src/delete_message.php

@@ -15,7 +15,6 @@
    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)