From 4965e012b08ac6bd9c5f9537f099c76fee6b8332 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 4 Feb 2002 11:47:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2351 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 6 +++--- plugins/sent_subfolders/setup.php | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index be8134e7..cb2a7f67 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -73,11 +73,11 @@ //if password not set, ask for it for ($i=0;$i<$mailfetch_server_number;$i++) { - if ($mailfetch_pass_[$i]=="") { - echo "" . + if ($mailfetch_pass_[$i]=='') { + echo '' . '' . _("Password for") . ' ' . (($mailfetch_alias_[$i]=='')?$mailfetch_server_[$i]:$mailfetch_alias_[$i]) . ':     ' . "" . - ""; + ''; } } echo '' . diff --git a/plugins/sent_subfolders/setup.php b/plugins/sent_subfolders/setup.php index 28db212f..882b9d78 100644 --- a/plugins/sent_subfolders/setup.php +++ b/plugins/sent_subfolders/setup.php @@ -160,12 +160,14 @@ function sent_subfolders_update_sentfolder() { Multiple year holders with messages in it. level 1. Multiple year folders with holders in it. level 2. */ - +/* if( $imap_server_type == 'uw' ) { $cnd_delimiter = ''; } else { $cnd_delimiter = $delimiter; } +*/ + $cnd_delimiter = $delimiter; switch ($sent_subfolders_setting) { case SMPREF_SENT_SUBFOLDERS_YEARLY: -- 2.25.1