diff options
author | alecpl <alec@alec.pl> | 2008-10-01 14:57:43 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-01 14:57:43 +0000 |
commit | fd51e0fea582da90f344bfb56ba797da1baa30f9 (patch) | |
tree | 06996af3b1bd692d3fab8c39784caa2a11c7bc1e /program/steps/mail/compose.inc | |
parent | 56cf503a1b57b9fbf453a051c44cd12750b99cc0 (diff) |
- Better handling of "no identity" and "no email in identity" situations (#1485117)
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 830168c24..15d26a260 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -81,7 +81,7 @@ if (!is_array($_SESSION['compose']) || $_SESSION['compose']['id'] != get_input_v } // add some labels to client -rcube_add_label('nosubject', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'notsentwarning', 'savingmessage', 'sendingmessage', 'messagesaved', 'converting'); +rcube_add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'notsentwarning', 'savingmessage', 'sendingmessage', 'messagesaved', 'converting'); // add config parameter to client script $OUTPUT->set_env('draft_autosave', !empty($CONFIG['drafts_mbox']) ? $CONFIG['draft_autosave'] : 0); |