From 81f652a1c13252995cd46bba3bf0f8ac76994dab Mon Sep 17 00:00:00 2001 From: sizzlingmercury Date: Thu, 24 Oct 2002 06:10:27 +0000 Subject: [PATCH] GAH! Folder lists hiding everywhere!! this one in the filter plugin.. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3993 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/options.php | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/plugins/filters/options.php b/plugins/filters/options.php index b5e0bd59..d4c9bda6 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -32,6 +32,7 @@ define('SM_PATH','../../'); require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/page_header.php'); require_once(SM_PATH . 'functions/imap.php'); +require_once(SM_PATH . 'functions/imap_mailbox.php'); require_once(SM_PATH . 'include/load_prefs.php'); require_once(SM_PATH . 'plugins/filters/filters.php'); @@ -125,7 +126,7 @@ require_once(SM_PATH . 'plugins/filters/filters.php'); ''. html_tag( 'div', '[' . _("New") . - '] - [' . _("Done") . ']' , + '] - [' . _("Done") . ']' , 'center' ) . '
'; if (isset($action) && ($action == 'add' || $action == 'edit')) { @@ -184,18 +185,10 @@ require_once(SM_PATH . 'plugins/filters/filters.php'); html_tag( 'td', '', 'left' ) . ''. ''. ''. -- 2.25.1