From 956f0980eef1287cab4f76ee0175af4724d5635e Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 13 Feb 2003 14:04:52 +0000 Subject: [PATCH 1/1] Alexandros Vellis: Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4524 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/options.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/mail_fetch/options.php b/plugins/mail_fetch/options.php index 1ba30642..2d019413 100644 --- a/plugins/mail_fetch/options.php +++ b/plugins/mail_fetch/options.php @@ -339,10 +339,11 @@ require_once(SM_PATH . 'include/load_prefs.php'); $boxes = sqimap_mailbox_list($imapConnection); echo '' . + if ( isset($mailfetch_subfolder_[$mf_sn]) ) { + $selected = array(strtolower($mailfetch_subfolder_[$mf_sn])); + } + echo sqimap_mailbox_option_list($imapConnection, $selected) . + '' . html_tag( 'tr', html_tag( 'th', ' ', 'right' ) . -- 2.25.1