forked from extern/egroupware
allow merge_print for emails on all applications (only one entry at a time, exept addressbook); addressbook merge_print with an email of one contact, the mail is stored with the draft folder and then opens the compose dialog, if used on multiple contacts, we try to send them right away. Better control of SigOnTop Handling.
This commit is contained in:
parent
3f6fcf60d2
commit
b30fcc52f3
@ -118,8 +118,7 @@ abstract class bo_merge
|
||||
case 'application/xml':
|
||||
return true; // alias for text/xml, eg. ms office 2003 word format
|
||||
case 'message/rfc822':
|
||||
if ($GLOBALS['egw_info']['flags']['currentapp'] == 'addressbook') return true; // ToDo: check if you are theoretical able to send mail
|
||||
else break;
|
||||
return true; // ToDo: check if you are theoretical able to send mail
|
||||
default:
|
||||
if (substr($mimetype,0,5) == 'text/')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user