Changeset 1966c53 in github for program/steps/mail/func.inc
- Timestamp:
- Jun 19, 2006 3:04:51 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cbdd6dc
- Parents:
- a8435bd
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
rc5ac073 r1966c53 64 64 if ($CONFIG['trash_mbox']) 65 65 $OUTPUT->add_script(sprintf("%s.set_env('trash_mailbox', '%s');", $JS_OBJECT_NAME, $CONFIG['trash_mbox'])); 66 67 if ($CONFIG['drafts_mbox']) 68 $OUTPUT->add_script(sprintf("%s.set_env('drafts_mailbox', '%s');", $JS_OBJECT_NAME, $CONFIG['drafts_mbox'])); 66 69 67 70
Note: See TracChangeset
for help on using the changeset viewer.
