X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_folder.php;h=1f05f8ba6533e2371a7e8693b3566a8c70ecc90e;hb=4c06e15d830316b3de168db8823ab602fed271dc;hp=750db9bee2b4348f12e73c931539f741e1e84d6f;hpb=5c42b0dd36e7abb02c5804b52e0d9fee38b55f5a;p=squirrelmail.git diff --git a/src/options_folder.php b/src/options_folder.php index 750db9be..1f05f8ba 100644 --- a/src/options_folder.php +++ b/src/options_folder.php @@ -10,26 +10,12 @@ ** $Id$ **/ - session_start(); - - if (!isset($strings_php)) - include('../functions/strings.php'); - if (!isset($config_php)) - include('../config/config.php'); - if (!isset($page_header_php)) - include('../functions/page_header.php'); - if (!isset($display_messages_php)) - include('../functions/display_messages.php'); - if (!isset($imap_php)) - include('../functions/imap.php'); - if (!isset($array_php)) - include('../functions/array.php'); - if (!isset($i18n_php)) - include('../functions/i18n.php'); - if (!isset($plugin_php)) - include('../functions/plugin.php'); - - include('../src/load_prefs.php'); + include('../src/validate.php'); + include('../functions/display_messages.php'); + include('../functions/imap.php'); + include('../functions/array.php'); + include('../functions/plugin.php'); + displayPageHeader($color, 'None'); $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); @@ -37,12 +23,17 @@ sqimap_logout($imapConnection); ?>
-
-
-
+ + +
+ + + + + +
-
- +
+ +
@@ -74,7 +65,7 @@ } if ($use_folder == true) { $box = $boxes[$i]['unformatted-dm']; - $box2 = replace_spaces($boxes[$i]['formatted']); + $box2 = str_replace(' ', ' ', $boxes[$i]['formatted']); if (($boxes[$i]['unformatted'] == $trash_folder) && ($move_to_trash == true)) echo " - + + + +
-
:
>
>
>
-
-
:
- 2) echo " checked"; ?>> - (4)
+
+ 2) echo " checked"; ?>> - (4)
> - (4/27)
+ : + + > + +
  @@ -143,5 +140,12 @@
+ + +
+ +