From: lkehresman Date: Mon, 30 Oct 2000 18:25:13 +0000 (+0000) Subject: - Changed version numbers from 0.6pre1 to 1.0pre1 X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=fd0a282af990a40969f2d96c5d3a191ad3fb8055 - Changed version numbers from 0.6pre1 to 1.0pre1 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@828 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index 418a5f2e..6d1beaf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ -Version 0.6pre1 -- DEVELOPMENT +Version 1.0pre1 -- DEVELOPMENT ------------------------------ +- Using
 tags for viewing message body instead of  and  
+- 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
diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php
index 30f51a9b..add986c7 100644
--- a/functions/mailbox_display.php
+++ b/functions/mailbox_display.php
@@ -67,7 +67,7 @@
                break;
             case 5: # flags
                $stuff = false;
-               echo "   \n";
+               echo "   \n";
                if ($msg["FLAG_ANSWERED"] == true) {
                   echo "A\n";
                   $stuff = true;
diff --git a/functions/strings.php b/functions/strings.php
index ff4b7c7b..5a8405e1 100644
--- a/functions/strings.php
+++ b/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) {