fix for bug #554886
[squirrelmail.git] / src / retrievalerror.php
index 1b4ed72331d29b5c5e6483cb708232f162e6f74e..e95657a63b780aea8ce152eff36194f16cff55a4 100644 (file)
@@ -21,7 +21,6 @@ require_once('../functions/page_header.php');
 require_once('../src/load_prefs.php');
 
 $destination = 'retrievalerror@squirrelmail.org';
-
 $attachments = array();
 
 function ClearAttachments() {
@@ -88,7 +87,7 @@ if ($imap_stream) {
 
 $body .= "\nFETCH line for gathering the whole message: $topline2\n";
 
-sendMessage($destination, '', '', 'submitted message', $body, 0);
+sendMessage($destination, '', '', 'submitted message', $body, False, 0);
 
 displayPageHeader($color, $mailbox);