Cleaning
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Oct 2001 08:57:54 +0000 (08:57 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Oct 2001 08:57:54 +0000 (08:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1610 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php
po/squirrelmail.po
src/left_main.php

index 1272d5a39f7bc44c96b1fb0870ac830b447cce2e..e6e5f114431364407b4eeb1543070e7535ada174 100644 (file)
          // sqimap_logout($imapConnection);
          $mailbox = $boxes[0]['unformatted'];
          unset( $boxes );
          // sqimap_logout($imapConnection);
          $mailbox = $boxes[0]['unformatted'];
          unset( $boxes );
-      }      
+      }
       $urlMailbox = urlencode($mailbox);
       $subject = processSubject($msg['SUBJECT']);
 
       echo "<TR>\n";
 
       $urlMailbox = urlencode($mailbox);
       $subject = processSubject($msg['SUBJECT']);
 
       echo "<TR>\n";
 
-      if (isset($msg['FLAG_FLAGGED']) && $msg['FLAG_FLAGGED'] == true) 
-      { 
-         $flag = "<font color=$color[2]>"; 
-         $flag_end = '</font>'; 
+      if (isset($msg['FLAG_FLAGGED']) && $msg['FLAG_FLAGGED'] == true)
+      {
+         $flag = "<font color=$color[2]>";
+         $flag_end = '</font>';
       }
       else
       {
          $flag = '';
          $flag_end = '';
       }
       }
       else
       {
          $flag = '';
          $flag_end = '';
       }
-      if (!isset($msg['FLAG_SEEN']) || $msg['FLAG_SEEN'] == false) 
-      { 
-         $bold = '<b>'; 
-         $bold_end = '</b>'; 
+      if (!isset($msg['FLAG_SEEN']) || $msg['FLAG_SEEN'] == false)
+      {
+         $bold = '<b>';
+         $bold_end = '</b>';
       }
       else
       {
          $bold = '';
          $bold_end = '';
       }
       }
       else
       {
          $bold = '';
          $bold_end = '';
       }
-      if ($mailbox == $sent_folder) 
-      { 
-         $italic = '<i>'; 
-         $italic_end = '</i>'; 
+      if ($mailbox == $sent_folder)
+      {
+         $italic = '<i>';
+         $italic_end = '</i>';
       }
       else
       {
       }
       else
       {
@@ -79,8 +79,8 @@
       }
       if (isset($msg['FLAG_DELETED']) && $msg['FLAG_DELETED'])
       {
       }
       if (isset($msg['FLAG_DELETED']) && $msg['FLAG_DELETED'])
       {
-         $fontstr = "<font color=\"$color[9]\">"; 
-         $fontstr_end = '</font>'; 
+         $fontstr = "<font color=\"$color[9]\">";
+         $fontstr_end = '</font>';
       }
       else
       {
       }
       else
       {
          $search_stuff = '&where='.urlencode($where).'&what='.urlencode($what);
       }
 
          $search_stuff = '&where='.urlencode($where).'&what='.urlencode($what);
       }
 
-      if ($checkall == 1) 
+      if ($checkall == 1)
          $checked = ' checked';
       else
          $checked = '';
          $checked = ' checked';
       else
          $checked = '';
-      
+
       for ($i=1; $i <= count($index_order); $i++) {
          switch ($index_order[$i]) {
             case 1: # checkbox
       for ($i=1; $i <= count($index_order); $i++) {
          switch ($index_order[$i]) {
             case 1: # checkbox
             case 5: # flags
                $stuff = false;
                echo "   <td bgcolor=$hlt_color align=center nowrap><b><small>\n";
             case 5: # flags
                $stuff = false;
                echo "   <td bgcolor=$hlt_color align=center nowrap><b><small>\n";
-               if (isset($msg['FLAG_ANSWERED']) && 
+               if (isset($msg['FLAG_ANSWERED']) &&
                    $msg['FLAG_ANSWERED'] == true) {
                   echo "A\n";
                   $stuff = true;
                    $msg['FLAG_ANSWERED'] == true) {
                   echo "A\n";
                   $stuff = true;
             if ($numMessages < $show_num)
                 $end_loop = $numMessages;
             elseif ($end > $numMessages)
             if ($numMessages < $show_num)
                 $end_loop = $numMessages;
             elseif ($end > $numMessages)
-               $end_loop = $numMessages - $startMessage + 1;
-           else
+            $end_loop = $numMessages - $startMessage + 1;
+        else
                 $end_loop = $show_num;
          } else {
             $end = $numMessages;
                 $end_loop = $show_num;
          } else {
             $end = $numMessages;
 
          /* Only ignore messages flagged as deleted if we are using a
           * trash folder or auto_expunge */
 
          /* Only ignore messages flagged as deleted if we are using a
           * trash folder or auto_expunge */
-         if (((isset($move_to_trash) && $move_to_trash) 
+         if (((isset($move_to_trash) && $move_to_trash)
               || (isset($auto_expunge) && $auto_expunge)) && $sort != 6)
          {
             /** Find and remove the ones that are deleted */
               || (isset($auto_expunge) && $auto_expunge)) && $sort != 6)
          {
             /** Find and remove the ones that are deleted */
                 $messages = array();
             $msgs = $messages;
          }
                 $messages = array();
             $msgs = $messages;
          }
-      }         
+      }
 
       // There's gotta be messages in the array for it to sort them.
       if ($numMessages > 0 && ! $use_cache) {
 
       // There's gotta be messages in the array for it to sort them.
       if ($numMessages > 0 && ! $use_cache) {
          $rMore = "<A HREF=\"right_main.php?use_mailbox_cache=$use&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Next") ."</A>\n";
       }
       if( $lMore <> '' )
          $rMore = "<A HREF=\"right_main.php?use_mailbox_cache=$use&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Next") ."</A>\n";
       }
       if( $lMore <> '' )
-       $lMore .= ' | ';
+        $lMore .= ' | ';
 
       // Page selector block. Following code computes page links.
       $mMore = '';
 
       // Page selector block. Following code computes page links.
       $mMore = '';
       echo '         <SMALL>&nbsp;' . _("Move selected to:") . "</SMALL>\n";
       echo "      </TD>\n";
       echo "      <TD>&nbsp;</TD>\n";
       echo '         <SMALL>&nbsp;' . _("Move selected to:") . "</SMALL>\n";
       echo "      </TD>\n";
       echo "      <TD>&nbsp;</TD>\n";
-      echo "      <TD WIDTH=\"1%\" ALIGN=LEFT NOWRAP>\n";
-      echo '         <SMALL>&nbsp;' . _("Transform Selected Messages") . ":</SMALL><BR>\n";
+      echo "      <TD WIDTH=\"1%\" ALIGN=RIGHT NOWRAP>\n";
+      echo '         <SMALL>&nbsp;' . _("Transform Selected Messages") . ": </SMALL><BR>\n";
       echo "      </TD>\n";
       echo "   </TR>\n";
       echo "   <TR>\n";
       echo "      </TD>\n";
       echo "   </TR>\n";
       echo "   <TR>\n";
             case 5: # flags
                echo '   <TD WIDTH="1%"><B>&nbsp;</B></TD>';
                break;
             case 5: # flags
                echo '   <TD WIDTH="1%"><B>&nbsp;</B></TD>';
                break;
-               
+
             case 2: # from
                if ($mailbox == $sent_folder)
                   echo '   <TD WIDTH="25%"><B>'. _("To") .'</B>';
                else
                     echo '   <TD WIDTH="25%"><B>'. _("From") .'</B>';
             case 2: # from
                if ($mailbox == $sent_folder)
                   echo '   <TD WIDTH="25%"><B>'. _("To") .'</B>';
                else
                     echo '   <TD WIDTH="25%"><B>'. _("From") .'</B>';
-              ShowSortButton($sort, $mailbox, 2, 3);
+           ShowSortButton($sort, $mailbox, 2, 3);
                echo "</TD>\n";
                break;
                echo "</TD>\n";
                break;
-               
+
             case 3: # date
                echo '   <TD NOWRAP WIDTH="5%"><B>'. _("Date") .'</B>';
             case 3: # date
                echo '   <TD NOWRAP WIDTH="5%"><B>'. _("Date") .'</B>';
-              ShowSortButton($sort, $mailbox, 0, 1);
+               ShowSortButton($sort, $mailbox, 0, 1);
                echo "</TD>\n";
                break;
                echo "</TD>\n";
                break;
-               
+
             case 4: # subject
                echo '   <TD><B>'. _("Subject") .'</B> ';
             case 4: # subject
                echo '   <TD><B>'. _("Subject") .'</B> ';
-              ShowSortButton($sort, $mailbox, 4, 5);
+               ShowSortButton($sort, $mailbox, 4, 5);
                echo "</TD>\n";
                break;
                echo "</TD>\n";
                break;
-               
-            case 6: # size 
+
+            case 6: # size
                echo '   <TD WIDTH="5%"><b>' . _("Size")."</b></TD>\n";
                break;
          }
       }
       echo "</TR>\n";
    }
                echo '   <TD WIDTH="5%"><b>' . _("Size")."</b></TD>\n";
                break;
          }
       }
       echo "</TR>\n";
    }
-   
+
    function ShowSortButton($sort, $mailbox, $Up, $Down) {
       if ($sort != $Up && $sort != $Down) {
          $img = 'sort_none.gif';
          $which = $Up;
       } elseif ($sort == $Up) {
          $img = 'up_pointer.gif';
    function ShowSortButton($sort, $mailbox, $Up, $Down) {
       if ($sort != $Up && $sort != $Down) {
          $img = 'sort_none.gif';
          $which = $Up;
       } elseif ($sort == $Up) {
          $img = 'up_pointer.gif';
-        $which = $Down;
+         $which = $Down;
       } else {
          $img = 'down_pointer.gif';
       } else {
          $img = 'down_pointer.gif';
-        $which = 6;
+         $which = 6;
       }
       }
-      echo ' <a href="right_main.php?newsort=' . $which . 
-        '&startMessage=1&mailbox=' . urlencode($mailbox) . 
-        '"><IMG SRC="../images/' . $img . 
-        '" BORDER=0 WIDTH=12 HEIGHT=10></a>';
+      echo ' <a href="right_main.php?newsort=' . $which .
+           '&startMessage=1&mailbox=' . urlencode($mailbox) .
+           '"><IMG SRC="../images/' . $img .
+           '" BORDER=0 WIDTH=12 HEIGHT=10></a>';
    }
    }
-   
+
    function ShowSelectAllLink($startMessage, $sort)
    {
        global $checkall, $PHP_SELF, $what, $where, $mailbox;
 
        // This code is from Philippe Mingo <mingo@rotedic.com>
    function ShowSelectAllLink($startMessage, $sort)
    {
        global $checkall, $PHP_SELF, $what, $where, $mailbox;
 
        // This code is from Philippe Mingo <mingo@rotedic.com>
-    
+
        ?>
 <script language="JavaScript">
 <!--
        ?>
 <script language="JavaScript">
 <!--
@@ -674,7 +674,7 @@ window.document.write('<a href="#" onClick="CheckAll();"><?php echo
            echo _("Unselect All");
        else
            echo _("Select All");
            echo _("Unselect All");
        else
            echo _("Select All");
-          
+
        echo "</A>\n</noscript>\n";
    }
 
        echo "</A>\n</noscript>\n";
    }
 
@@ -683,10 +683,10 @@ window.document.write('<a href="#" onClick="CheckAll();"><?php echo
       // Shouldn't ever happen -- caught too many times in the IMAP functions
       if ($subject == '')
           return _("(no subject)");
       // Shouldn't ever happen -- caught too many times in the IMAP functions
       if ($subject == '')
           return _("(no subject)");
-         
+
       if (strlen($subject) <= 55)
           return $subject;
       if (strlen($subject) <= 55)
           return $subject;
-         
+
       $ent_strlen=strlen($subject);
       $trim_val=50;
       $ent_offset=0;
       $ent_strlen=strlen($subject);
       $trim_val=50;
       $ent_offset=0;
@@ -697,15 +697,15 @@ window.document.write('<a href="#" onClick="CheckAll();"><?php echo
       while (($ent_loc = strpos($subject, '&', $ent_offset)) !== false &&
              ($ent_loc_end = strpos($subject, ';', $ent_loc)) !== false)
       {
       while (($ent_loc = strpos($subject, '&', $ent_offset)) !== false &&
              ($ent_loc_end = strpos($subject, ';', $ent_loc)) !== false)
       {
-        $trim_val += ($ent_loc_end-$ent_loc)+1;
-        $ent_strlen -= $ent_loc_end-$ent_loc;
-        $ent_offset = $ent_loc_end+1;
+     $trim_val += ($ent_loc_end-$ent_loc)+1;
+     $ent_strlen -= $ent_loc_end-$ent_loc;
+     $ent_offset = $ent_loc_end+1;
       }
       }
-      
+
       if ($ent_strlen <= 55)
           return $subject;
 
       return substr($subject, 0, $trim_val) . '...';
    }
 
       if ($ent_strlen <= 55)
           return $subject;
 
       return substr($subject, 0, $trim_val) . '...';
    }
 
-?>
+?>
\ No newline at end of file
index 9891049545e562efb2e7a0acef25ae2f05eb7120..e1bfa730717658b90cd137dbd58588359170797e 100644 (file)
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-10-09 11:25+0200\n"
+"POT-Creation-Date: 2001-10-25 09:49+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #: squirrelmail/src/addrbook_popup.php:22
 msgid "Address Book"
 
 #: squirrelmail/src/addrbook_popup.php:22
 msgid "Address Book"
@@ -41,10 +41,12 @@ msgstr ""
 msgid "Source"
 msgstr ""
 
 msgid "Source"
 msgstr ""
 
-#: squirrelmail/src/addrbook_search.php:154
-#: squirrelmail/src/addrbook_search.php:238
-#: squirrelmail/src/addrbook_search_html.php:202
-msgid "No persons matching your search was found"
+#: squirrelmail/src/addrbook_search_html.php:95
+msgid "Use Addresses"
+msgstr ""
+
+#: squirrelmail/src/addrbook_search_html.php:114
+msgid "Address Book Search"
 msgstr ""
 
 #: squirrelmail/src/addrbook_search.php:167
 msgstr ""
 
 #: squirrelmail/src/addrbook_search.php:167
@@ -74,10 +76,6 @@ msgstr ""
 msgid "List all"
 msgstr ""
 
 msgid "List all"
 msgstr ""
 
-#: squirrelmail/src/addrbook_search.php:191
-msgid "Close window"
-msgstr ""
-
 #: squirrelmail/src/addrbook_search.php:209
 #: squirrelmail/src/addrbook_search_html.php:175
 #, c-format
 #: squirrelmail/src/addrbook_search.php:209
 #: squirrelmail/src/addrbook_search_html.php:175
 #, c-format
@@ -89,18 +87,20 @@ msgstr ""
 msgid "Your search failed with the following error(s)"
 msgstr ""
 
 msgid "Your search failed with the following error(s)"
 msgstr ""
 
-#: squirrelmail/src/addrbook_search_html.php:95
-msgid "Use Addresses"
-msgstr ""
-
-#: squirrelmail/src/addrbook_search_html.php:114
-msgid "Address Book Search"
+#: squirrelmail/src/addrbook_search.php:154
+#: squirrelmail/src/addrbook_search.php:238
+#: squirrelmail/src/addrbook_search_html.php:202
+msgid "No persons matching your search was found"
 msgstr ""
 
 #: squirrelmail/src/addrbook_search_html.php:211
 msgid "Return"
 msgstr ""
 
 msgstr ""
 
 #: squirrelmail/src/addrbook_search_html.php:211
 msgid "Return"
 msgstr ""
 
+#: squirrelmail/src/addrbook_search.php:191
+msgid "Close window"
+msgstr ""
+
 #: squirrelmail/src/addressbook.php:33 squirrelmail/src/addressbook.php:314
 msgid "Nickname"
 msgstr ""
 #: squirrelmail/src/addressbook.php:33 squirrelmail/src/addressbook.php:314
 msgid "Nickname"
 msgstr ""
@@ -170,86 +170,86 @@ msgstr ""
 msgid "Original Message"
 msgstr ""
 
 msgid "Original Message"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:596
-#: squirrelmail/src/compose.php:94 squirrelmail/src/download.php:116
-#: squirrelmail/src/download.php:122 squirrelmail/src/options_order.php:42
+#: squirrelmail/functions/mailbox_display.php:611
+#: squirrelmail/src/compose.php:94 squirrelmail/src/download.php:120
+#: squirrelmail/src/download.php:126 squirrelmail/src/options_order.php:42
 #: squirrelmail/src/search.php:58 squirrelmail/src/search.php:59
 msgid "Subject"
 msgstr ""
 
 #: squirrelmail/src/search.php:58 squirrelmail/src/search.php:59
 msgid "Subject"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:584
-#: squirrelmail/src/compose.php:95 squirrelmail/src/download.php:117
-#: squirrelmail/src/download.php:124 squirrelmail/src/options_order.php:40
+#: squirrelmail/functions/mailbox_display.php:599
+#: squirrelmail/src/compose.php:95 squirrelmail/src/download.php:121
+#: squirrelmail/src/download.php:128 squirrelmail/src/options_order.php:40
 #: squirrelmail/src/search.php:61 squirrelmail/src/search.php:62
 msgid "From"
 msgstr ""
 
 #: squirrelmail/src/search.php:61 squirrelmail/src/search.php:62
 msgid "From"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:582
-#: squirrelmail/src/compose.php:96 squirrelmail/src/download.php:118
-#: squirrelmail/src/download.php:126 squirrelmail/src/search.php:67
+#: squirrelmail/functions/mailbox_display.php:597
+#: squirrelmail/src/compose.php:96 squirrelmail/src/download.php:122
+#: squirrelmail/src/download.php:130 squirrelmail/src/search.php:67
 #: squirrelmail/src/search.php:68
 msgid "To"
 msgstr ""
 
 #: squirrelmail/src/search.php:68
 msgid "To"
 msgstr ""
 
-#: squirrelmail/src/compose.php:231 squirrelmail/src/read_body.php:387
+#: squirrelmail/src/compose.php:230 squirrelmail/src/read_body.php:387
 msgid "From:"
 msgstr ""
 
 msgid "From:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:256 squirrelmail/src/read_body.php:403
+#: squirrelmail/src/compose.php:255 squirrelmail/src/read_body.php:403
 msgid "To:"
 msgstr ""
 
 msgid "To:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:264
+#: squirrelmail/src/compose.php:263
 msgid "CC:"
 msgstr ""
 
 msgid "CC:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:272
+#: squirrelmail/src/compose.php:271
 msgid "BCC:"
 msgstr ""
 
 msgid "BCC:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:280 squirrelmail/src/read_body.php:370
+#: squirrelmail/src/compose.php:279 squirrelmail/src/read_body.php:370
 msgid "Subject:"
 msgstr ""
 
 msgid "Subject:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:322 squirrelmail/src/compose.php:370
+#: squirrelmail/src/compose.php:321 squirrelmail/src/compose.php:369
 msgid "Send"
 msgstr ""
 
 msgid "Send"
 msgstr ""
 
-#: squirrelmail/src/compose.php:328
+#: squirrelmail/src/compose.php:327
 msgid "Attach:"
 msgstr ""
 
 msgid "Attach:"
 msgstr ""
 
-#: squirrelmail/src/compose.php:332 squirrelmail/src/options_order.php:128
+#: squirrelmail/src/compose.php:331 squirrelmail/src/options_order.php:128
 msgid "Add"
 msgstr ""
 
 msgid "Add"
 msgstr ""
 
-#: squirrelmail/src/compose.php:347
+#: squirrelmail/src/compose.php:346
 msgid "Delete selected attachments"
 msgstr ""
 
 msgid "Delete selected attachments"
 msgstr ""
 
-#: squirrelmail/functions/page_header.php:69 squirrelmail/src/compose.php:363
-#: squirrelmail/src/compose.php:365 squirrelmail/src/compose.php:368
+#: squirrelmail/functions/page_header.php:69 squirrelmail/src/compose.php:362
+#: squirrelmail/src/compose.php:364 squirrelmail/src/compose.php:367
 msgid "Addresses"
 msgstr ""
 
 msgid "Addresses"
 msgstr ""
 
-#: squirrelmail/src/compose.php:387
+#: squirrelmail/src/compose.php:386
 msgid "You have not filled in the \"To:\" field."
 msgstr ""
 
 msgid "You have not filled in the \"To:\" field."
 msgstr ""
 
-#: squirrelmail/src/compose.php:470 squirrelmail/src/compose.php:507
-#: squirrelmail/src/compose.php:514
+#: squirrelmail/src/compose.php:469 squirrelmail/src/compose.php:506
+#: squirrelmail/src/compose.php:513
 msgid "Could not move/copy file. File not attached"
 msgstr ""
 
 msgid "Could not move/copy file. File not attached"
 msgstr ""
 
-#: squirrelmail/src/compose.php:573
+#: squirrelmail/src/compose.php:572
 msgid "said"
 msgstr ""
 
 msgid "said"
 msgstr ""
 
-#: squirrelmail/src/compose.php:576
+#: squirrelmail/src/compose.php:575
 msgid "quote"
 msgstr ""
 
 msgid "quote"
 msgstr ""
 
-#: squirrelmail/src/compose.php:576
+#: squirrelmail/src/compose.php:575
 msgid "who"
 msgstr ""
 
 msgid "who"
 msgstr ""
 
@@ -262,19 +262,29 @@ msgstr ""
 msgid "View message"
 msgstr ""
 
 msgid "View message"
 msgstr ""
 
-#: squirrelmail/functions/mime.php:559 squirrelmail/src/download.php:42
+#: squirrelmail/functions/mime.php:585 squirrelmail/src/download.php:42
 msgid "Download this as a file"
 msgstr ""
 
 msgid "Download this as a file"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:590
-#: squirrelmail/src/download.php:119 squirrelmail/src/download.php:128
+#: squirrelmail/functions/mailbox_display.php:605
+#: squirrelmail/src/download.php:123 squirrelmail/src/download.php:132
 #: squirrelmail/src/options_order.php:41
 msgid "Date"
 msgstr ""
 
 #: squirrelmail/src/options_order.php:41
 msgid "Date"
 msgstr ""
 
-#: squirrelmail/functions/imap_mailbox.php:40 squirrelmail/src/folders.php:20
-#: squirrelmail/src/folders.php:124 squirrelmail/src/folders.php:126
-#: squirrelmail/src/options.php:24 squirrelmail/src/options_display.php:161
+#: squirrelmail/src/folders_create.php:24
+msgid "Illegal folder name.  Please select a different name."
+msgstr ""
+
+#: squirrelmail/src/folders_create.php:24
+msgid "Click here to go back"
+msgstr ""
+
+#: squirrelmail/functions/imap_mailbox.php:40
+#: squirrelmail/functions/mailbox_display.php:38
+#: squirrelmail/src/folders.php:20 squirrelmail/src/folders.php:124
+#: squirrelmail/src/folders.php:126 squirrelmail/src/options.php:27
+#: squirrelmail/src/options_display.php:161
 msgid "None"
 msgstr ""
 
 msgid "None"
 msgstr ""
 
@@ -311,7 +321,7 @@ msgstr ""
 msgid "Delete Folder"
 msgstr ""
 
 msgid "Delete Folder"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:554
+#: squirrelmail/functions/mailbox_display.php:570
 #: squirrelmail/src/folders.php:103 squirrelmail/src/read_body.php:326
 msgid "Delete"
 msgstr ""
 #: squirrelmail/src/folders.php:103 squirrelmail/src/read_body.php:326
 msgid "Delete"
 msgstr ""
@@ -360,14 +370,6 @@ msgstr ""
 msgid "No folders were found to subscribe to!"
 msgstr ""
 
 msgid "No folders were found to subscribe to!"
 msgstr ""
 
-#: squirrelmail/src/folders_create.php:24
-msgid "Illegal folder name.  Please select a different name."
-msgstr ""
-
-#: squirrelmail/src/folders_create.php:24
-msgid "Click here to go back"
-msgstr ""
-
 #: squirrelmail/src/folders_rename_getname.php:36
 msgid "Rename a folder"
 msgstr ""
 #: squirrelmail/src/folders_rename_getname.php:36
 msgid "Rename a folder"
 msgstr ""
@@ -400,17 +402,17 @@ msgstr ""
 msgid "Table of Contents"
 msgstr ""
 
 msgid "Table of Contents"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:387
-#: squirrelmail/functions/mailbox_display.php:391
 #: squirrelmail/functions/mailbox_display.php:395
 #: squirrelmail/functions/mailbox_display.php:395
+#: squirrelmail/functions/mailbox_display.php:399
+#: squirrelmail/functions/mailbox_display.php:403
 #: squirrelmail/src/help.php:163 squirrelmail/src/help.php:164
 #: squirrelmail/src/read_body.php:339 squirrelmail/src/read_body.php:341
 msgid "Previous"
 msgstr ""
 
 #: squirrelmail/src/help.php:163 squirrelmail/src/help.php:164
 #: squirrelmail/src/read_body.php:339 squirrelmail/src/read_body.php:341
 msgid "Previous"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:388
-#: squirrelmail/functions/mailbox_display.php:392
 #: squirrelmail/functions/mailbox_display.php:396
 #: squirrelmail/functions/mailbox_display.php:396
+#: squirrelmail/functions/mailbox_display.php:400
+#: squirrelmail/functions/mailbox_display.php:404
 #: squirrelmail/src/help.php:166 squirrelmail/src/help.php:167
 #: squirrelmail/src/read_body.php:343 squirrelmail/src/read_body.php:345
 msgid "Next"
 #: squirrelmail/src/help.php:166 squirrelmail/src/help.php:167
 #: squirrelmail/src/read_body.php:343 squirrelmail/src/read_body.php:345
 msgid "Next"
@@ -424,39 +426,39 @@ msgstr ""
 msgid "purge"
 msgstr ""
 
 msgid "purge"
 msgstr ""
 
-#: squirrelmail/src/login.php:80 squirrelmail/src/login.php:129
+#: squirrelmail/src/login.php:88 squirrelmail/src/login.php:137
 msgid "Login"
 msgstr ""
 
 msgid "Login"
 msgstr ""
 
-#: squirrelmail/src/login.php:91
+#: squirrelmail/src/login.php:99
 #, c-format
 msgid "SquirrelMail version %s"
 msgstr ""
 
 #, c-format
 msgid "SquirrelMail version %s"
 msgstr ""
 
-#: squirrelmail/src/login.php:93
+#: squirrelmail/src/login.php:101
 msgid "By the SquirrelMail Development Team"
 msgstr ""
 
 msgid "By the SquirrelMail Development Team"
 msgstr ""
 
-#: squirrelmail/src/login.php:99
+#: squirrelmail/src/login.php:107
 #, c-format
 msgid "%s Login"
 msgstr ""
 
 #, c-format
 msgid "%s Login"
 msgstr ""
 
-#: squirrelmail/src/login.php:107
+#: squirrelmail/src/login.php:115
 msgid "Name:"
 msgstr ""
 
 msgid "Name:"
 msgstr ""
 
-#: squirrelmail/src/login.php:116
+#: squirrelmail/src/login.php:124
 msgid "Password:"
 msgstr ""
 
 #: squirrelmail/src/move_messages.php:76
 msgid "Password:"
 msgstr ""
 
 #: squirrelmail/src/move_messages.php:76
-#: squirrelmail/src/move_messages.php:105
-#: squirrelmail/src/move_messages.php:134
+#: squirrelmail/src/move_messages.php:111
+#: squirrelmail/src/move_messages.php:140
 msgid "No messages were selected."
 msgstr ""
 
 msgid "No messages were selected."
 msgstr ""
 
-#: squirrelmail/functions/page_header.php:73 squirrelmail/src/options.php:32
+#: squirrelmail/functions/page_header.php:73 squirrelmail/src/options.php:35
 #: squirrelmail/src/options_display.php:26
 #: squirrelmail/src/options_folder.php:29
 #: squirrelmail/src/options_highlight.php:49
 #: squirrelmail/src/options_display.php:26
 #: squirrelmail/src/options_folder.php:29
 #: squirrelmail/src/options_highlight.php:49
@@ -466,76 +468,10 @@ msgstr ""
 msgid "Options"
 msgstr ""
 
 msgid "Options"
 msgstr ""
 
-#: squirrelmail/src/options.php:65
-msgid "Successfully saved personal information!"
-msgstr ""
-
-#: squirrelmail/src/options.php:118
-msgid "Successfully saved display preferences!"
-msgstr ""
-
-#: squirrelmail/src/options.php:119
-msgid "Refresh Page"
-msgstr ""
-
-#: squirrelmail/src/options.php:148
-msgid "Successfully saved folder preferences!"
-msgstr ""
-
-#: squirrelmail/src/options.php:149
-msgid "Refresh Folder List"
-msgstr ""
-
-#: squirrelmail/src/options.php:162 squirrelmail/src/options_personal.php:30
-msgid "Personal Information"
-msgstr ""
-
-#: squirrelmail/src/options.php:167
-msgid ""
-"This contains personal information about yourself such as your name, your "
-"email address, etc."
-msgstr ""
-
-#: squirrelmail/src/options.php:174 squirrelmail/src/options_highlight.php:49
-msgid "Message Highlighting"
-msgstr ""
-
-#: squirrelmail/src/options.php:179
-msgid ""
-"Based upon given criteria, incoming messages can have different background "
-"colors in the message list.  This helps to easily distinguish who the "
-"messages are from, especially for mailing lists."
-msgstr ""
-
-#: squirrelmail/src/options.php:186 squirrelmail/src/options_order.php:31
-msgid "Index Order"
-msgstr ""
-
-#: squirrelmail/src/options.php:191
-msgid ""
-"The order of the message index can be rearanged and changed to contain the "
-"headers in any order you want."
-msgstr ""
-
-#: squirrelmail/src/options.php:200 squirrelmail/src/options_display.php:26
+#: squirrelmail/src/options.php:203 squirrelmail/src/options_display.php:26
 msgid "Display Preferences"
 msgstr ""
 
 msgid "Display Preferences"
 msgstr ""
 
-#: squirrelmail/src/options.php:205
-msgid ""
-"You can change the way that SquirrelMail looks and displays information to "
-"you, such as the colors, the language, and other settings."
-msgstr ""
-
-#: squirrelmail/src/options.php:212 squirrelmail/src/options_folder.php:29
-msgid "Folder Preferences"
-msgstr ""
-
-#: squirrelmail/src/options.php:217
-msgid ""
-"These settings change the way your folders are displayed and manipulated."
-msgstr ""
-
 #: squirrelmail/src/options_display.php:34
 msgid "Theme"
 msgstr ""
 #: squirrelmail/src/options_display.php:34
 msgid "Theme"
 msgstr ""
@@ -661,6 +597,10 @@ msgstr ""
 msgid "Show page selector"
 msgstr ""
 
 msgid "Show page selector"
 msgstr ""
 
+#: squirrelmail/src/options.php:215 squirrelmail/src/options_folder.php:29
+msgid "Folder Preferences"
+msgstr ""
+
 #: squirrelmail/src/options_folder.php:40
 msgid "Folder Path"
 msgstr ""
 #: squirrelmail/src/options_folder.php:40
 msgid "Folder Path"
 msgstr ""
@@ -725,6 +665,10 @@ msgstr ""
 msgid "Enable Collapseable Folders"
 msgstr ""
 
 msgid "Enable Collapseable Folders"
 msgstr ""
 
+#: squirrelmail/src/options.php:177 squirrelmail/src/options_highlight.php:49
+msgid "Message Highlighting"
+msgstr ""
+
 #: squirrelmail/src/options_highlight.php:53
 msgid "New"
 msgstr ""
 #: squirrelmail/src/options_highlight.php:53
 msgid "New"
 msgstr ""
@@ -857,6 +801,10 @@ msgstr ""
 msgid "Move Up"
 msgstr ""
 
 msgid "Move Up"
 msgstr ""
 
+#: squirrelmail/src/options.php:189 squirrelmail/src/options_order.php:31
+msgid "Index Order"
+msgstr ""
+
 #: squirrelmail/src/options_order.php:39
 msgid "Checkbox"
 msgstr ""
 #: squirrelmail/src/options_order.php:39
 msgid "Checkbox"
 msgstr ""
@@ -865,7 +813,7 @@ msgstr ""
 msgid "Flags"
 msgstr ""
 
 msgid "Flags"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:602
+#: squirrelmail/functions/mailbox_display.php:617
 #: squirrelmail/src/options_order.php:44
 msgid "Size"
 msgstr ""
 #: squirrelmail/src/options_order.php:44
 msgid "Size"
 msgstr ""
@@ -893,6 +841,10 @@ msgstr ""
 msgid "Return to options page"
 msgstr ""
 
 msgid "Return to options page"
 msgstr ""
 
+#: squirrelmail/src/options.php:165 squirrelmail/src/options_personal.php:30
+msgid "Personal Information"
+msgstr ""
+
 #: squirrelmail/src/options_personal.php:56
 msgid "Reply Citation Style"
 msgstr ""
 #: squirrelmail/src/options_personal.php:56
 msgid "Reply Citation Style"
 msgstr ""
@@ -945,6 +897,56 @@ msgstr ""
 msgid "Prefix signature with '-- ' ?"
 msgstr ""
 
 msgid "Prefix signature with '-- ' ?"
 msgstr ""
 
+#: squirrelmail/src/options.php:68
+msgid "Successfully saved personal information!"
+msgstr ""
+
+#: squirrelmail/src/options.php:121
+msgid "Successfully saved display preferences!"
+msgstr ""
+
+#: squirrelmail/src/options.php:122
+msgid "Refresh Page"
+msgstr ""
+
+#: squirrelmail/src/options.php:151
+msgid "Successfully saved folder preferences!"
+msgstr ""
+
+#: squirrelmail/src/options.php:152
+msgid "Refresh Folder List"
+msgstr ""
+
+#: squirrelmail/src/options.php:170
+msgid ""
+"This contains personal information about yourself such as your name, your "
+"email address, etc."
+msgstr ""
+
+#: squirrelmail/src/options.php:182
+msgid ""
+"Based upon given criteria, incoming messages can have different background "
+"colors in the message list.  This helps to easily distinguish who the "
+"messages are from, especially for mailing lists."
+msgstr ""
+
+#: squirrelmail/src/options.php:194
+msgid ""
+"The order of the message index can be rearanged and changed to contain the "
+"headers in any order you want."
+msgstr ""
+
+#: squirrelmail/src/options.php:208
+msgid ""
+"You can change the way that SquirrelMail looks and displays information to "
+"you, such as the colors, the language, and other settings."
+msgstr ""
+
+#: squirrelmail/src/options.php:220
+msgid ""
+"These settings change the way your folders are displayed and manipulated."
+msgstr ""
+
 #: squirrelmail/src/read_body.php:31
 msgid "Viewing full header"
 msgstr ""
 #: squirrelmail/src/read_body.php:31
 msgid "Viewing full header"
 msgstr ""
@@ -1212,19 +1214,19 @@ msgstr ""
 msgid "December"
 msgstr ""
 
 msgid "December"
 msgstr ""
 
-#: squirrelmail/functions/date.php:170
+#: squirrelmail/functions/date.php:169
 msgid "D, F j, Y g:i a"
 msgstr ""
 
 msgid "D, F j, Y g:i a"
 msgstr ""
 
-#: squirrelmail/functions/date.php:187
+#: squirrelmail/functions/date.php:186
 msgid "g:i a"
 msgstr ""
 
 msgid "g:i a"
 msgstr ""
 
-#: squirrelmail/functions/date.php:190
+#: squirrelmail/functions/date.php:189
 msgid "D, g:i a"
 msgstr ""
 
 msgid "D, g:i a"
 msgstr ""
 
-#: squirrelmail/functions/date.php:193
+#: squirrelmail/functions/date.php:192
 msgid "M j, Y"
 msgstr ""
 
 msgid "M j, Y"
 msgstr ""
 
@@ -1261,11 +1263,11 @@ msgid "Click here to return to %s"
 msgstr ""
 
 #: squirrelmail/functions/imap_general.php:121
 msgstr ""
 
 #: squirrelmail/functions/imap_general.php:121
-#: squirrelmail/functions/imap_messages.php:116
-#: squirrelmail/functions/imap_messages.php:125
-#: squirrelmail/functions/imap_messages.php:143
-#: squirrelmail/functions/imap_messages.php:152
-#: squirrelmail/functions/imap_messages.php:263
+#: squirrelmail/functions/imap_messages.php:117
+#: squirrelmail/functions/imap_messages.php:126
+#: squirrelmail/functions/imap_messages.php:144
+#: squirrelmail/functions/imap_messages.php:153
+#: squirrelmail/functions/imap_messages.php:264
 msgid "ERROR : Could not complete request."
 msgstr ""
 
 msgid "ERROR : Could not complete request."
 msgstr ""
 
@@ -1300,109 +1302,121 @@ msgstr ""
 msgid "Read data:"
 msgstr ""
 
 msgid "Read data:"
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:118
-#: squirrelmail/functions/imap_messages.php:145
-#: squirrelmail/functions/imap_messages.php:265
+#: squirrelmail/functions/imap_messages.php:119
+#: squirrelmail/functions/imap_messages.php:146
+#: squirrelmail/functions/imap_messages.php:266
 msgid "Unknown response from IMAP server: "
 msgstr ""
 
 msgid "Unknown response from IMAP server: "
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:127
+#: squirrelmail/functions/imap_messages.php:128
 msgid "Unknown message number in reply from server: "
 msgstr ""
 
 msgid "Unknown message number in reply from server: "
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:154
+#: squirrelmail/functions/imap_messages.php:155
 msgid "Unknown messagenumber in reply from server: "
 msgstr ""
 
 msgid "Unknown messagenumber in reply from server: "
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:163
-#: squirrelmail/functions/imap_messages.php:192
-#: squirrelmail/functions/imap_messages.php:435
-#: squirrelmail/functions/imap_messages.php:474
-#: squirrelmail/functions/mailbox_display.php:670
+#: squirrelmail/functions/imap_messages.php:164
+#: squirrelmail/functions/imap_messages.php:193
+#: squirrelmail/functions/imap_messages.php:436
+#: squirrelmail/functions/imap_messages.php:475
+#: squirrelmail/functions/mailbox_display.php:685
 msgid "(no subject)"
 msgstr ""
 
 msgid "(no subject)"
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:164
+#: squirrelmail/functions/imap_messages.php:165
 msgid "Unknown Sender"
 msgstr ""
 
 msgid "Unknown Sender"
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:217
+#: squirrelmail/functions/imap_messages.php:218
 msgid "(only Cc/Bcc)"
 msgstr ""
 
 msgid "(only Cc/Bcc)"
 msgstr ""
 
-#: squirrelmail/functions/imap_messages.php:477
+#: squirrelmail/functions/imap_messages.php:478
 msgid "(unknown sender)"
 msgstr ""
 
 msgid "(unknown sender)"
 msgstr ""
 
-#: squirrelmail/functions/imap_search.php:142
+#: squirrelmail/functions/imap_search.php:146
 msgid "Found"
 msgstr ""
 
 msgid "Found"
 msgstr ""
 
-#: squirrelmail/functions/imap_search.php:142
+#: squirrelmail/functions/imap_search.php:146
 msgid "messages"
 msgstr ""
 
 msgid "messages"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:376
+#: squirrelmail/functions/mailbox_display.php:382
 msgid "Viewing messages"
 msgstr ""
 
 msgid "Viewing messages"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:376
+#: squirrelmail/functions/mailbox_display.php:382
 msgid "to"
 msgstr ""
 
 msgid "to"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:376
-#: squirrelmail/functions/mailbox_display.php:378
+#: squirrelmail/functions/mailbox_display.php:382
+#: squirrelmail/functions/mailbox_display.php:384
 msgid "total"
 msgstr ""
 
 msgid "total"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:378
+#: squirrelmail/functions/mailbox_display.php:384
 msgid "Viewing message"
 msgstr ""
 
 msgid "Viewing message"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:448
+#: squirrelmail/functions/mailbox_display.php:458
 msgid "THIS FOLDER IS EMPTY"
 msgstr ""
 
 msgid "THIS FOLDER IS EMPTY"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:536
+#: squirrelmail/functions/mailbox_display.php:541
 msgid "Move selected to:"
 msgstr ""
 
 msgid "Move selected to:"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:548
+#: squirrelmail/functions/mailbox_display.php:545
+msgid "Transform Selected Messages"
+msgstr ""
+
+#: squirrelmail/functions/mailbox_display.php:561
 msgid "Move"
 msgstr ""
 
 msgid "Move"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:552
+#: squirrelmail/functions/mailbox_display.php:566
 msgid "Expunge"
 msgstr ""
 
 msgid "Expunge"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:552
+#: squirrelmail/functions/mailbox_display.php:566
 msgid "mailbox"
 msgstr ""
 
 msgid "mailbox"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:554
-msgid "checked messages"
+#: squirrelmail/functions/mailbox_display.php:568
+msgid "Read"
 msgstr ""
 
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:644
-msgid "Toggle All"
+#: squirrelmail/functions/mailbox_display.php:569
+msgid "Unread"
 msgstr ""
 
 #: squirrelmail/functions/mailbox_display.php:659
 msgstr ""
 
 #: squirrelmail/functions/mailbox_display.php:659
+msgid "Toggle All"
+msgstr ""
+
+#: squirrelmail/functions/mailbox_display.php:674
 msgid "Unselect All"
 msgstr ""
 
 msgid "Unselect All"
 msgstr ""
 
-#: squirrelmail/functions/mailbox_display.php:661
+#: squirrelmail/functions/mailbox_display.php:676
 msgid "Select All"
 msgstr ""
 
 msgid "Select All"
 msgstr ""
 
-#: squirrelmail/functions/mime.php:587
+#: squirrelmail/functions/mime.php:612
 msgid "Attachments"
 msgstr ""
 
 msgid "Attachments"
 msgstr ""
 
-#: squirrelmail/functions/mime.php:625
+#: squirrelmail/functions/mime.php:651
 msgid "download"
 msgstr ""
 
 msgid "download"
 msgstr ""
 
+#: squirrelmail/functions/mime.php:915
+msgid "Title:"
+msgstr ""
+
 #: squirrelmail/functions/page_header.php:59
 msgid "Current Folder"
 msgstr ""
 #: squirrelmail/functions/page_header.php:59
 msgid "Current Folder"
 msgstr ""
index 60c191516c04de4c7f589c14d09d5789a57cad93..4bb0e0b6165f2dc373ea30c31f0a58da0b091420 100644 (file)
     displayHtmlHeader();
 
    if ($auto_create_special && ! isset($auto_create_done)) {
     displayHtmlHeader();
 
    if ($auto_create_special && ! isset($auto_create_done)) {
-         if (isset ($sent_folder) && $sent_folder != "none") {
+         if (isset ($sent_folder) && $sent_folder != 'none') {
                 if (!sqimap_mailbox_exists ($imapConnection, $sent_folder)) {
                 if (!sqimap_mailbox_exists ($imapConnection, $sent_folder)) {
-                       sqimap_mailbox_create ($imapConnection, $sent_folder, "");
+                       sqimap_mailbox_create ($imapConnection, $sent_folder, '');
                 } else if (! sqimap_mailbox_is_subscribed($imapConnection, $sent_folder)) {
                    sqimap_subscribe($imapConnection, $sent_folder);
                 }
          }
                 } else if (! sqimap_mailbox_is_subscribed($imapConnection, $sent_folder)) {
                    sqimap_subscribe($imapConnection, $sent_folder);
                 }
          }
-         if (isset ($trash_folder) && $trash_folder != "none") {
+         if (isset ($trash_folder) && $trash_folder != 'none') {
                 if (!sqimap_mailbox_exists ($imapConnection, $trash_folder)) {
                 if (!sqimap_mailbox_exists ($imapConnection, $trash_folder)) {
-                       sqimap_mailbox_create ($imapConnection, $trash_folder, "");
+                       sqimap_mailbox_create ($imapConnection, $trash_folder, '');
                 } else if (! sqimap_mailbox_is_subscribed($imapConnection, $trash_folder)) {
                    sqimap_subscribe($imapConnection, $trash_folder);
                 }
                 } else if (! sqimap_mailbox_is_subscribed($imapConnection, $trash_folder)) {
                    sqimap_subscribe($imapConnection, $trash_folder);
                 }
@@ -59,7 +59,7 @@
       
       $unseen = 0;
 
       
       $unseen = 0;
 
-      if (($unseen_notify == 2 && $real_box == "INBOX") ||
+      if (($unseen_notify == 2 && $real_box == 'INBOX') ||
           $unseen_notify == 3) {
          $unseen = sqimap_unseen_messages($imapConnection, $real_box);
          if ($unseen_type == 1 && $unseen > 0) {
           $unseen_notify == 3) {
          $unseen = sqimap_unseen_messages($imapConnection, $real_box);
          if ($unseen_type == 1 && $unseen > 0) {
@@ -73,7 +73,7 @@
       }
       
       $special_color = false;
       }
       
       $special_color = false;
-      if ((strtolower($real_box) == "inbox") ||
+      if ((strtolower($real_box) == 'inbox') ||
           (($real_box == $trash_folder) && ($move_to_trash)) ||
           (($real_box == $sent_folder) && ($move_to_sent)))
          $special_color = true;
           (($real_box == $trash_folder) && ($move_to_trash)) ||
           (($real_box == $sent_folder) && ($move_to_sent)))
          $special_color = true;
       return ($line);
    }
 
       return ($line);
    }
 
-    if (isset($left_refresh) && ($left_refresh != "None") && ($left_refresh != "")) {
+    if (isset($left_refresh) && ($left_refresh != 'None') && ($left_refresh != '')) {
         echo "<META HTTP-EQUIV=\"Expires\" CONTENT=\"Thu, 01 Dec 1994 16:00:00 GMT\">\n";
         echo "<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">\n"; 
         echo "<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"$left_refresh;URL=left_main.php\">\n";
         echo "<META HTTP-EQUIV=\"Expires\" CONTENT=\"Thu, 01 Dec 1994 16:00:00 GMT\">\n";
         echo "<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">\n"; 
         echo "<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"$left_refresh;URL=left_main.php\">\n";
 
     $boxes = sqimap_mailbox_list($imapConnection);
 
 
     $boxes = sqimap_mailbox_list($imapConnection);
 
-    echo "<CENTER><FONT SIZE=4><B>";
+    echo '<CENTER><FONT SIZE=4><B>';
     echo _("Folders") . "</B><BR></FONT>\n\n";
 
     echo _("Folders") . "</B><BR></FONT>\n\n";
 
-    echo "<SMALL>(<A HREF=\"../src/left_main.php\" TARGET=\"left\">";
+    echo '<SMALL>(<A HREF="../src/left_main.php" TARGET="left">';
     echo _("refresh folder list");
     echo _("refresh folder list");
-    echo "</A>)</SMALL></CENTER><BR>";
+    echo '</A>)</SMALL></CENTER><BR>';
     $delimeter = sqimap_get_delimiter($imapConnection);
 
     if (isset($collapse_folders) && $collapse_folders) {
     $delimeter = sqimap_get_delimiter($imapConnection);
 
     if (isset($collapse_folders) && $collapse_folders) {
         /* Set the parent box to the current next box. */
         $parbox = $nextbox;
     }
         /* Set the parent box to the current next box. */
         $parbox = $nextbox;
     }
-?>
-</BODY></HTML>
+    echo "</BODY></HTML>\n";
+?>
\ No newline at end of file