Index: branches/devel-api/index.php
===================================================================
--- branches/devel-api/index.php	(revision 2266)
+++ branches/devel-api/index.php	(revision 2287)
@@ -3,5 +3,5 @@
  +-------------------------------------------------------------------------+
  | RoundCube Webmail IMAP Client                                           |
- | Version 0.3-20090201                                                    |
+ | Version 0.3-20090210                                                    |
  |                                                                         |
  | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                   |
@@ -36,4 +36,7 @@
 // init output class
 $OUTPUT = !empty($_REQUEST['_remote']) ? $RCMAIL->init_json() : $RCMAIL->load_gui(!empty($_REQUEST['_framed']));
+
+// init plugin API
+$RCMAIL->plugins->init();
 
 // set output buffering
