Browse Source

- Changed version numbers from 0.6pre1 to 1.0pre1

Luke Ehresman 25 years ago
parent
commit
9c37a5ebd9
3 changed files with 5 additions and 3 deletions
  1. 3 1
      ChangeLog
  2. 1 1
      functions/mailbox_display.php
  3. 1 1
      functions/strings.php

+ 3 - 1
ChangeLog

@@ -1,5 +1,7 @@
-Version 0.6pre1 -- DEVELOPMENT
+Version 1.0pre1 -- DEVELOPMENT
 ------------------------------
+- Using <pre> tags for viewing message body instead of <tt> and &nbsp;
+- Added redirection from subdirectories to login page
 - Attachments are shown in message index (shown as a "+")
 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
 - Added file and message size in many locations

+ 1 - 1
functions/mailbox_display.php

@@ -67,7 +67,7 @@
                break;
             case 5: # flags
                $stuff = false;
-               echo "   <td bgcolor=$hlt_color width=1%><b><small>\n";
+               echo "   <td bgcolor=$hlt_color width=1% nowrap><b><small>\n";
                if ($msg["FLAG_ANSWERED"] == true) {
                   echo "A\n";
                   $stuff = true;

+ 1 - 1
functions/strings.php

@@ -181,7 +181,7 @@
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "0.6pre1 (cvs)";
+   $version = "1.0pre1 (cvs)";
 
 
    function find_mailbox_name ($mailbox) {