Changeset d1e3430 in github


Ignore:
Timestamp:
Mar 16, 2012 4:23:53 PM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
a71a97f
Parents:
f302fb9
Message:

Pass message UID to 'message_part_get' hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/get.inc

    r7fe3811 rd1e3430  
    8686    // allow post-processing of the message body 
    8787    $plugin = $RCMAIL->plugins->exec_hook('message_part_get', 
    88       array('id' => $part->mime_id, 'mimetype' => $mimetype, 'part' => $part, 'download' => !empty($_GET['_download']))); 
     88      array('uid' => $MESSAGE->uid, 'id' => $part->mime_id, 'mimetype' => $mimetype, 'part' => $part, 'download' => !empty($_GET['_download']))); 
    8989 
    9090    if ($plugin['abort']) 
Note: See TracChangeset for help on using the changeset viewer.