mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Mail - store merge emails to a single contact in drafts before they're sent, instead of directly in sent folder
This commit is contained in:
parent
6254eb61fd
commit
ce79581185
@ -1574,7 +1574,7 @@ class mail_compose
|
||||
try
|
||||
{
|
||||
$merged_mail_id = '';
|
||||
$folder = '';
|
||||
$folder = $this->mail_bo->getDraftFolder();
|
||||
if(($error = $document_merge->check_document($_REQUEST['document'],'')))
|
||||
{
|
||||
$content['msg'] = $error;
|
||||
|
Loading…
Reference in New Issue
Block a user