Changeset 2727053 in github
- Timestamp:
- Oct 7, 2008 2:24:18 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- c02bb9c
- Parents:
- e3f4275
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r112c9133 r2727053 84 84 $OUTPUT->add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'notsentwarning', 'savingmessage', 'sendingmessage', 'messagesaved', 'converting'); 85 85 86 // add config parameter to client script 87 $OUTPUT->set_env('draft_autosave', !empty($CONFIG['drafts_mbox']) ? $CONFIG['draft_autosave'] : 0); 86 // add config parameters to client script 87 if (!empty($CONFIG['drafts_mbox'])) { 88 $OUTPUT->set_env('drafts_mailbox', $CONFIG['drafts_mbox']); 89 $OUTPUT->set_env('draft_autosave', $CONFIG['draft_autosave']); 90 } 88 91 // set current mailbox in client environment 89 92 $OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name());
Note: See TracChangeset
for help on using the changeset viewer.
