Ver Fonte

should be false by default (sorry, again) ;-P

Pontus Ullgren há 23 anos atrás
pai
commit
78f94cf9f3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/read_body.php

+ 1 - 1
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], ' '));