diff options
author | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
commit | 977a295eb1e97e0c230063da40b8296fca778814 (patch) | |
tree | 69e7546c34103a016b41dceccd08816d1296e4fc /program/steps | |
parent | 749b07c78a29b03c63812c3ec3630b16db4baa8f (diff) |
Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization
Diffstat (limited to 'program/steps')
-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 6aca28db8..80a32a9f3 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -33,7 +33,7 @@ if (!is_array($_SESSION['compose'])) // add some labels to client -rcube_add_label('nosubject', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'sendingmessage'); +rcube_add_label('nosubject', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'sendingmessage', 'notsentwarning'); if ($_GET['_reply_uid'] || $_GET['_forward_uid']) |