add missing flags parameter on reopening exported messages

This commit is contained in:
Klaus Leithoff 2014-07-24 12:00:17 +00:00
parent 19651fcb9b
commit c013b68772

View File

@ -3146,7 +3146,7 @@ class mail_ui
{ {
$messageUid = $this->mail_bo->appendMessage($_folder, $messageUid = $this->mail_bo->appendMessage($_folder,
$Header.$mailObject->LE.$mailObject->LE, $Header.$mailObject->LE.$mailObject->LE,
$Body); $Body,'\\Seen');
} }
catch (egw_exception_wrong_userinput $e) catch (egw_exception_wrong_userinput $e)
{ {