put the send button back at the top
[squirrelmail.git] / src / empty_trash.php
index 3de6307345f37f1797f5fcceee19911da5d857c8..407f74f865824b056c9e0bb32b9740ec280c1adf 100644 (file)
@@ -7,7 +7,9 @@
    include("../functions/imap.php");
    include("../functions/array.php");
 
-   $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
+   include("../src/load_prefs.php");
+
+   $imapConnection = loginToImapServer($username, $key, $imapServerAddress, 0);
 
    getFolderList($imapConnection, $boxes);