add missing flags parameter on reopening exported messages

This commit is contained in:
Klaus Leithoff 2014-07-24 12:00:45 +00:00
parent ea1c8800e7
commit 4515afb067

View File

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