Changeset cc97ea0 in github for program/include/rcube_message.php


Ignore:
Timestamp:
Apr 19, 2009 1:44:29 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
fa1a15c
Parents:
fb253ee
Message:

Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_message.php

    r19d1b28 rcc97ea0  
    8585      $this->body = $this->imap->get_body($uid); 
    8686    } 
     87     
     88    // notify plugins and let them analyze this structured message object 
     89    $this->app->plugins->exec_hook('message_load', array('object' => $this)); 
    8790  } 
    8891   
Note: See TracChangeset for help on using the changeset viewer.