Get to show CC, Bcc field in compose after request of adding mail addresses from AB in case of an already opened mail

This commit is contained in:
Hadi Nategh 2014-05-23 15:17:42 +00:00
parent 80e7ca390c
commit 797143e7e4

View File

@ -489,6 +489,10 @@ app.classes.mail = AppJS.extend(
continue;
}
}
if (content['cc'] || content['bcc'])
{
this.compose_cc_expander();
}
return success;
},