From: kink Date: Tue, 13 May 2008 09:38:21 +0000 (+0000) Subject: fix saving of read receipt to send folder X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=899d71a793405e2d86ec1598f31c41dbd7d70df0 fix saving of read receipt to send folder git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13132 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index b78a904f..1a1ea119 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -307,7 +307,7 @@ function SendMDN ( $mailbox, $passed_id, $message, $imapConnection) { } require_once(SM_PATH . 'class/deliver/Deliver_IMAP.class.php'); $imap_deliver = new Deliver_IMAP(); - $imap_deliver->mail($composeMessage, $imapConnection, 0, 0, $sent_folder); + $imap_deliver->mail($composeMessage, $imapConnection, 0, 0, $imapConnection, $sent_folder); unset ($imap_deliver); } }