thomascube
2009-05-21 66f68e96236848e8f1dd5992f1d7d0c5cc6da2a9
program/include/rcube_message.php
@@ -84,6 +84,9 @@
    else {
      $this->body = $this->imap->get_body($uid);
    }
    // notify plugins and let them analyze this structured message object
    $this->app->plugins->exec_hook('message_load', array('object' => $this));
  }