| | |
| | | 'messagesaved', 'converting', 'editorwarning', 'searching', 'uploading', 'uploadingmany', |
| | | 'fileuploaderror', 'sendmessage', 'newresponse', 'responsename', 'responsetext', 'save', |
| | | 'savingresponse', 'restoresavedcomposedata', 'restoremessage', 'delete', 'restore', 'ignore', |
| | | 'selectimportfile', 'messageissent', 'nopubkeyfor'); |
| | | 'selectimportfile', 'messageissent', 'nopubkeyfor', 'nopubkeyforsender'); |
| | | |
| | | $OUTPUT->set_pagetitle($RCMAIL->gettext('compose')); |
| | | |
| | |
| | | if (!empty($sql_arr['bcc'])) { |
| | | $identities[$identity_id]['bcc'] = $sql_arr['bcc']; |
| | | } |
| | | |
| | | $identities[$identity_id]['email'] = $sql_arr['email']; |
| | | } |
| | | |
| | | $out = $select_from->show($MESSAGE->compose['from']); |