Renamed class/*.class files to class/*.class.php and made modifications
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 13:57:18 +0000 (13:57 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 13:57:18 +0000 (13:57 +0000)
throughout the SquirrelMail code to represent these changes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3128 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/html.class.php [moved from class/html.class with 99% similarity]
class/mime.class.php [moved from class/mime.class with 99% similarity]
config/conf.pl
functions/mailbox_display.php
functions/page_header.php
src/read_body.php
src/right_main.php
src/validate.php

similarity index 99%
rename from class/html.class
rename to class/html.class.php
index dcdb805bce4afba897da68643f51f66156a5a9b5..9a6bcdaa07e4af7d60079a0bb9060003200f1679 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
 <?php
 /**
- * html.class
+ * html.class.php
  *
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
similarity index 99%
rename from class/mime.class
rename to class/mime.class.php
index ddfe34bb3941cf4aaf7f5970a4527fab912b128a..0648ca9cbf67e8df2c6f4c1f7ac8c8658fd2bfd8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
 <?php
 
 /**
- * mime.class
+ * mime.class.php
  *
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
index 69ce496d4f4e91a17ce1da5eaa1c026817e21c7e..f7095be3ebad3e64bf7d8b6477a0250666c682fd 100755 (executable)
@@ -297,7 +297,7 @@ if ( !$allow_server_sort ) {
     $allow_server_sort = 'false';
 }
 if ( !$uid_support ) {
     $allow_server_sort = 'false';
 }
 if ( !$uid_support ) {
-    $uid_support = 'true';
+    $uid_support = 'false';
 }
 
 if ( !$allow_charset_search ) {
 }
 
 if ( !$allow_charset_search ) {
index b978c33bc43da216897a9f12b99d798840a870e3..a7af8bdf67f01d9fa7ec16175503f35fee29223a 100644 (file)
@@ -14,7 +14,7 @@
 
 require_once('../functions/strings.php');
 require_once('../functions/html.php');
 
 require_once('../functions/strings.php');
 require_once('../functions/html.php');
-require_once('../class/html.class');
+require_once('../class/html.class.php');
 require_once('../functions/imap_utf7_decode_local.php');
 
 /* Default value for page_selector_max. */
 require_once('../functions/imap_utf7_decode_local.php');
 
 /* Default value for page_selector_max. */
index 0e00bf88c6157a54af8d965fffd039a8f34b2889..e32bee31109b8e53781c04378d389404e32464ae 100644 (file)
@@ -14,7 +14,7 @@
 require_once('../functions/strings.php');
 require_once('../functions/imap_utf7_decode_local.php');
 require_once('../functions/html.php');
 require_once('../functions/strings.php');
 require_once('../functions/imap_utf7_decode_local.php');
 require_once('../functions/html.php');
-require_once('../class/html.class');
+require_once('../class/html.class.php');
 
 /* Always set up the language before calling these functions */
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {
 
 /* Always set up the language before calling these functions */
 function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE ) {
index 9f77d3226fa70cd57d67d3b40a31d6131435529c..48ad331b76c7b9daff01b5fd1bd192095cf01408 100644 (file)
@@ -19,7 +19,7 @@ require_once('../functions/date.php');
 require_once('../functions/url_parser.php');
 require_once('../functions/smtp.php');
 require_once('../functions/html.php');
 require_once('../functions/url_parser.php');
 require_once('../functions/smtp.php');
 require_once('../functions/html.php');
-require_once('../class/html.class');
+require_once('../class/html.class.php');
 require_once('../src/view_header.php');
 
 /**
 require_once('../src/view_header.php');
 
 /**
index 31f2ac143eab61cd80fa5afc1cfec0f8b5dd189d..840476c39390a82026197e5998e36ea551ebb78d 100644 (file)
@@ -202,4 +202,4 @@ sqimap_logout ($imapConnection);
 
 echo '</body></html>';
 
 
 echo '</body></html>';
 
-?>
\ No newline at end of file
+?>
index 9f9b88b6438921fd3b2139fedecaf813906a98a3..7eca643019ee4beee8df397d590a7a7407655df8 100644 (file)
@@ -13,7 +13,7 @@
  * messages with a session_register.
  */
  
  * messages with a session_register.
  */
  
-require_once('../class/mime.class');
+require_once('../class/mime.class.php');
 
 session_start();
 
 
 session_start();