From: pdontthink Date: Mon, 11 May 2009 22:08:25 +0000 (+0000) Subject: Dunno why this was never implemented, but the comments say it's OK, so here goes... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4bc49df676b788846c6e777f929dbc742159f8d1;hp=f43698c16073faebd44898def87a8c40df8f4530 Dunno why this was never implemented, but the comments say it's OK, so here goes... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13673 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_general.php b/functions/imap_general.php index 94cef679..d81192a7 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -1367,7 +1367,8 @@ function sqimap_append_checkresponse($response, $sMailbox, $sid='', $query='') { if ($sRsp == 'NO' || $sRsp == 'BAD') { // for the moment disabled. Enable after 1.5.1 release. // Notices could give valueable information about the mailbox - // sqm_trigger_imap_error('SQM_IMAP_APPEND_NOTICE',$imapquery,$sRsp,$sMsg); + // Update: seems this was forgotten, but now it is finally enabled + sqm_trigger_imap_error('SQM_IMAP_APPEND_NOTICE',$imapquery,$sRsp,$sMsg); } $bDone = false; case $imapsid: