X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsent_subfolders%2Fsetup.php;h=d4c86ba4fb27202dee088daff0dfc41fcc9eaf22;hp=a3e7a6d173638ac106108894dc28d22b68661927;hb=de3178dc1a5117827e254544c6f164dba653ad83;hpb=afa916e930f7889f6f18a6e4cd232b421b22f131;ds=sidebyside diff --git a/plugins/sent_subfolders/setup.php b/plugins/sent_subfolders/setup.php index a3e7a6d1..d4c86ba4 100644 --- a/plugins/sent_subfolders/setup.php +++ b/plugins/sent_subfolders/setup.php @@ -5,7 +5,7 @@ * * This is a standard SquirrelMail 1.2 API for plugins. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -24,8 +24,9 @@ function squirrelmail_plugin_init_sent_subfolders() { = 'sent_subfolders_check_handleAsSent'; /* The hooks to automatically update sent subfolders. */ - $squirrelmail_plugin_hooks['left_main_before']['sent_subfolders'] - = 'sent_subfolders_update_sentfolder'; +// hook isn't in 1.5.x; isn't absolutely necessary to run on the folder list anyway +// $squirrelmail_plugin_hooks['left_main_before']['sent_subfolders'] +// = 'sent_subfolders_update_sentfolder'; $squirrelmail_plugin_hooks['compose_send']['sent_subfolders'] = 'sent_subfolders_update_sentfolder';