handle_errors => false. Fail Silently.
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Sep 2003 23:29:58 +0000 (23:29 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Sep 2003 23:29:58 +0000 (23:29 +0000)
Thnx Rob Symborski.

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

src/compose.php

index e8518b21cb753b31c51d36ca07fa1ef624f02e2e..7e568bc4aa4f0ae538d3126dd75470e049ee44c6 100644 (file)
@@ -1509,7 +1509,7 @@ function deliverMessage($composeMessage, $draft=false) {
         ClearAttachments($composeMessage);
         if ($action == 'reply' || $action == 'reply_all') {
             sqimap_mailbox_select ($imap_stream, $mailbox);
-            sqimap_messages_flag ($imap_stream, $passed_id, $passed_id, 'Answered', true);
+            sqimap_messages_flag ($imap_stream, $passed_id, $passed_id, 'Answered', false);
         }
             sqimap_logout($imap_stream);
     }