From e0e55568ad7913c7b7b438d5fa57f772aeac4e0d Mon Sep 17 00:00:00 2001 From: ullgren Date: Wed, 13 Feb 2002 21:23:35 +0000 Subject: [PATCH] should be false by default (sorry, again) ;-P git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2441 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 3dc6d278..1c193400 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -780,7 +780,7 @@ if ($default_use_mdn) { if ($mdn_user_support) { // debug gives you the capability to remove mdn-flags - $MDNDebug = true; + $MDNDebug = false; $read = sqimap_run_command ($imapConnection, "FETCH $passed_id BODY.PEEK[HEADER.FIELDS (Disposition-Notification-To)]", true, $response, $readmessage); $MDN_to = substr($read[1], strpos($read[1], ' ')); -- 2.25.1