Browse Source

added mailbox and id to functioncall formatBody

stekkel 23 years ago
parent
commit
daf55f50d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -523,7 +523,7 @@ $body = '';
     $ent_ar = findDisplayEntity($message, false);
     $ent_ar = findDisplayEntity($message, false);
     $i = 0;
     $i = 0;
     for ($i = 0; $i < count($ent_ar); $i++) {
     for ($i = 0; $i < count($ent_ar); $i++) {
-	$body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i]);
+	$body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox);
     }
     }