mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Mail/Mailhandling: missing setting for option >mail text only< for better control of import of mails to other apps
This commit is contained in:
parent
5786979a94
commit
43ea576159
@ -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'),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user