mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
add missing flags parameter on reopening exported messages
This commit is contained in:
parent
ea1c8800e7
commit
4515afb067
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user