- Changed version numbers from 0.6pre1 to 1.0pre1
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Oct 2000 18:25:13 +0000 (18:25 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Oct 2000 18:25:13 +0000 (18:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@828 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/mailbox_display.php
functions/strings.php

index 418a5f2e276f62d960c82bec6f15b1718e0981a3..6d1beaf3c1c85c34c8e6087e46e6ff3ba31d2529 100644 (file)
--- a/ChangeLog
+++ b/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
index 30f51a9b1ac44a1e342e2f11e928d2f439dc6003..add986c7ff569cd60b4d94126f043bb26595780c 100644 (file)
@@ -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;
index ff4b7c7b93b18eebb53edfdf2d14a6e167e78489..5a8405e12ae0ec2d60366d89907e880c170d303b 100644 (file)
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "0.6pre1 (cvs)";
+   $version = "1.0pre1 (cvs)";
 
 
    function find_mailbox_name ($mailbox) {