X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Fsetup.php;h=cfe8c60671fc79e33b004fb5c03c9849df39a4f0;hp=8155251c330d9e70560abffe78790285f2f0991c;hb=ea5f4b8eaf805c4cc4e9533e87d057300a7fe666;hpb=96d985e56dd20e2045e07673fc42e1ad908b398e;ds=sidebyside diff --git a/plugins/mail_fetch/setup.php b/plugins/mail_fetch/setup.php index 8155251c..cfe8c606 100644 --- a/plugins/mail_fetch/setup.php +++ b/plugins/mail_fetch/setup.php @@ -9,10 +9,16 @@ ** Setup of the mailfetch plugin. ** ** $Id$ + * @package plugins + * @subpackage mail_fetch **/ - + + /** */ require_once(SM_PATH . 'plugins/mail_fetch/functions.php' ); + /** + * Initialize the plugin + */ function squirrelmail_plugin_init_mail_fetch() { global $squirrelmail_plugin_hooks;