fixed a couple of bugs in folder manipulation, in particular:
[squirrelmail.git] / src / right_main.php
index 6fe9ef48a464b8726be99ca23c240240c0cfccba..11710fa7bdeed3ac9e49fd8de181db2203810848 100644 (file)
@@ -49,7 +49,7 @@
    /////////////////////////////////////////////////////////////////////////////////
 
    // open a connection on the imap port (143)
-   $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
+   $imapConnection = loginToImapServer($username, $key, $imapServerAddress, 0);
 
    /** If it was a successful login, lets load their preferences **/
    include("../src/load_prefs.php");