X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fmove_messages.php;h=1ca5788812c383d07fc2c5358d47ecd253def330;hb=bd8bf4916ce19acd6151da6c2404488d731d8fd6;hp=6a3abfbf0b7ce06f4b54842feb7e3bee043160d7;hpb=a6668eb2a8216997bf66b5dd0bd288410eb45ca8;p=squirrelmail.git diff --git a/src/move_messages.php b/src/move_messages.php index 6a3abfbf..1ca57888 100644 --- a/src/move_messages.php +++ b/src/move_messages.php @@ -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);