mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02: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
|
try
|
||||||
{
|
{
|
||||||
$merged_mail_id = '';
|
$merged_mail_id = '';
|
||||||
$folder = '';
|
$folder = $this->mail_bo->getDraftFolder();
|
||||||
if(($error = $document_merge->check_document($_REQUEST['document'],'')))
|
if(($error = $document_merge->check_document($_REQUEST['document'],'')))
|
||||||
{
|
{
|
||||||
$content['msg'] = $error;
|
$content['msg'] = $error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user