thomascube
2009-04-19 cc97ea0559af1a92a54dbcdf738ee4d95e67d3ff
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));
  }