added patch to allow use of sendmail instead of connecting to SMTP port
[squirrelmail.git] / src / folders_delete.php
index 7b635a355b26248875ec0ea1ce461d36e947c5f7..e0c08d0c61fc83bd73c521fb20dd98318fc3df49 100644 (file)
@@ -6,6 +6,8 @@
    include("../functions/mailbox.php");
    include("../functions/array.php");
 
+   include("../src/load_prefs.php");
+
    echo "<HTML><BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n";
    $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
    getFolderList($imapConnection, $boxes);