mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fix typo: was only causing trouble when replying from draft folder from your activesync device
This commit is contained in:
parent
9316a880ab
commit
01051fd136
@ -907,7 +907,7 @@ class felamimail_activesync implements activesync_plugin_write, activesync_plugi
|
||||
// unless your templatefolder is a subfolder of your draftfolder, and the message is in there
|
||||
if ($this->mail->isDraftFolder($folder) && !$this->mail->isTemplateFolder($folder))
|
||||
{
|
||||
$bofelamimail->deleteMessages(array($uid),$folder);
|
||||
$this->mail->deleteMessages(array($uid),$folder);
|
||||
} else {
|
||||
$this->mail->flagMessages("answered", array($uid),$folder);
|
||||
if ($smartdata['task']== "forward")
|
||||
|
Loading…
Reference in New Issue
Block a user