Updated some of the themes, fixed some asthetic problems with some error messages
[squirrelmail.git] / src / move_messages.php
index 6a3abfbf0b7ce06f4b54842feb7e3bee043160d7..1ca5788812c383d07fc2c5358d47ecd253def330 100644 (file)
@@ -32,7 +32,7 @@
       }
    }
 
-   $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
+   $imapConnection = loginToImapServer($username, $key, $imapServerAddress, 0);
 
    // switch to the mailbox, and get the number of messages in it.
    selectMailbox($imapConnection, $mailbox, $numMessages, $imapServerAddress);