X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fempty_trash.php;h=aa561e33c6206251878a265ad91b64ee0862a291;hb=38c91156a5e1c2399527f1113ff8c66455316757;hp=b3f4c476fbc1cc09efadf9cc793c2f38c250aa97;hpb=9aaa9ae25065b41ecf3dbdf382c4f5dea7e84ffa;p=squirrelmail.git diff --git a/src/empty_trash.php b/src/empty_trash.php index b3f4c476..aa561e33 100644 --- a/src/empty_trash.php +++ b/src/empty_trash.php @@ -6,7 +6,7 @@ * Handles deleting messages from the trash folder without * deleting subfolders. * - * @copyright 1999-2014 The SquirrelMail Project Team + * @copyright 1999-2018 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -34,8 +34,8 @@ sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); sqgetGlobalVar('smtoken', $submitted_token, SQ_GET, ''); sm_validate_security_token($submitted_token, -1, TRUE); -global $imapSslOptions; // in case not defined in config -$imap_stream = sqimap_login($username, false, $imapServerAddress, $imapPort, 0, $imapSslOptions); +global $imap_stream_options; // in case not defined in config +$imap_stream = sqimap_login($username, false, $imapServerAddress, $imapPort, 0, $imap_stream_options); $mailbox = $trash_folder; $boxes = sqimap_mailbox_list($imap_stream);