Mail/Mailhandling: missing setting for option >mail text only< for better control of import of mails to other apps

This commit is contained in:
Klaus Leithoff 2014-01-07 13:25:21 +00:00
parent 5786979a94
commit 43ea576159

View File

@ -258,6 +258,7 @@ class mail_hooks
);
$saveAsOptions = array(
'text_only' => lang('convert only Mail to item (ignore possible attachments)'),
'text' => lang('convert Mail to item and attach its attachments to this item (standard)'),
'add_raw' => lang('convert Mail to item, attach its attachments and add raw message (message/rfc822 (.eml)) as attachment'),
);