瀏覽代碼

- Changed version numbers from 0.6pre1 to 1.0pre1

Luke Ehresman 25 年之前
父節點
當前提交
9c37a5ebd9
共有 3 個文件被更改,包括 5 次插入3 次删除
  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 "+")
 - Attachments are shown in message index (shown as a "+")
 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
 - Added file and message size in many locations
 - Added file and message size in many locations

+ 1 - 1
functions/mailbox_display.php

@@ -67,7 +67,7 @@
                break;
                break;
             case 5: # flags
             case 5: # flags
                $stuff = false;
                $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) {
                if ($msg["FLAG_ANSWERED"] == true) {
                   echo "A\n";
                   echo "A\n";
                   $stuff = true;
                   $stuff = true;

+ 1 - 1
functions/strings.php

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