url_parser.php didn't handle multiple addresses on the same line. This
[squirrelmail.git] / functions / smtp.php
index 9bcda6fcd0ab3051349e19aa3713e5bc4294d9a6..892c785c80412f697ab3b38900745cb5f3dfcf10 100644 (file)
@@ -789,7 +789,7 @@ function sendMessage($t, $c, $b, $subject, $body, $reply_id, $MDN,
 
     if (isset($reply_id) && $reply_id) {
         sqimap_mailbox_select ($imap_stream, $mailbox);
-        sqimap_messages_flag ($imap_stream, $reply_id, $reply_id, 'Answered');
+        sqimap_messages_flag ($imap_stream, $reply_id, $reply_id, 'Answered', false);
 
         /* Insert In-Reply-To and References headers if the
          * message-id of the message we reply to is set (longer than "<>")