Changeset ceeab9e in github
- Timestamp:
- Dec 6, 2009 3:02:29 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b68cb39
- Parents:
- a82dcd4
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
ra82dcd4 rceeab9e 2 2 =========================== 3 3 4 - Allow setting only selected params in 'message_compose' hook (#1486312) 4 5 - Plugin API: added 'message_compose_body' hook (#1486285) 5 6 - Fix counters of all folders are checked in 'getunread' action with check_all_folders disabled (#1486128) -
program/steps/mail/compose.inc
ra82dcd4 rceeab9e 56 56 // pipe compose parameters thru plugins 57 57 $plugin = $RCMAIL->plugins->exec_hook('message_compose', $_SESSION['compose']); 58 $_SESSION['compose']['param'] = $plugin['param'];59 58 $_SESSION['compose']['param'] = array_merge($_SESSION['compose']['param'], $plugin['param']); 59 60 60 // add attachments listed by message_compose hook 61 61 if (is_array($plugin['attachments'])) {
Note: See TracChangeset
for help on using the changeset viewer.
