Fixed warnings. (time for reviewing my php.ini and find out why those
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Jun 2004 12:12:24 +0000 (12:12 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Jun 2004 12:12:24 +0000 (12:12 +0000)
warnings were not displayed on my screen)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7585 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php
src/read_body.php

index 3f466c0390c74c31e36630ea59858d2aebfdf41c..2e343f43b038a930549b870739260eaad18b2de2 100644 (file)
@@ -1138,7 +1138,7 @@ function mail_message_listing_beginning ($imapConnection,
                                          $paginator = '&nbsp;'
                                         ) {
     global $color, $show_flag_buttons, $PHP_SELF;
-    global $lastTargetMailbox;
+    global $lastTargetMailbox, $boxes;
 
     $php_self = $PHP_SELF;
 
index 43805d1531592f20e8fe2d2d37541a761739ef54..069d3a7bfb7eb947542967f8d74fa23c84e8935a 100644 (file)
@@ -858,7 +858,7 @@ if (isset($sendreceipt)) {
       if ( SendMDN( $mailbox, $passed_id, $final_recipient, $message, $imapConnection ) > 0 && $supportMDN ) {
          ToggleMDNflag( true, $imapConnection, $mailbox, $passed_id);
          $message->is_mdnsent = true;
-         $messages[$uidvalidity][$passed_id]=$message;
+         $aMailbox['MSG_HEADERS'][$passed_id]['MESSAGE_OBJECT'] = $message;
       }
       ClearAttachments();
    }