소스 검색

Updated documentation, fixed some misspellings

Luke Ehresman 25 년 전
부모
커밋
cab35a9afa
5개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      AUTHORS
  2. 2 0
      ChangeLog
  3. 2 2
      INSTALL
  4. 1 0
      src/load_prefs.php
  5. 1 0
      src/webmail.php

+ 4 - 0
AUTHORS

@@ -30,7 +30,11 @@
  --------------------------
  --------------------------
    i18n support:        Sergiusz Pawlowicz 
    i18n support:        Sergiusz Pawlowicz 
    SquirrelMail logo:   Libor Kopecky <libor@globe.cz>
    SquirrelMail logo:   Libor Kopecky <libor@globe.cz>
+
    Code contributions:  Konstantin Riabitsev <graf@relhum.org>
    Code contributions:  Konstantin Riabitsev <graf@relhum.org>
                         Alex Bleeker <beheer@hackers.nl>
                         Alex Bleeker <beheer@hackers.nl>
+                        Jan-Pieter Cornet <johnpc@xs4all.nl>
+                        John Williams <jw@netpimp.com> 
+                        Ondrej Sury <ondrej@globe.cz>
                         Many others...
                         Many others...
 
 

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 Version 0.5 -- DEVELOPMENT
 Version 0.5 -- DEVELOPMENT
 --------------------------
 --------------------------
+- Fixed some problems with downloading attachments in IE
+- If no date is set in header, we take internal date of the imap server
 - Fixed some lingering bugs in mime parsing 
 - Fixed some lingering bugs in mime parsing 
 - Searching specifies CHARSET option
 - Searching specifies CHARSET option
 - Security fixes
 - Security fixes

+ 2 - 2
INSTALL

@@ -112,9 +112,9 @@ b. Setting up directories
 
 
   The data directory is used for storing user preferences, like
   The data directory is used for storing user preferences, like
   signature, name and theme. When unpacking the sources this directory
   signature, name and theme. When unpacking the sources this directory
-  is created as data/ in you SquirrelMail directory. This directory
+  is created as data/ in your SquirrelMail directory. This directory
   must be writable by the webserver. If your webserver is running as
   must be writable by the webserver. If your webserver is running as
-  the user nobody you can fix this by running:
+  the user "nobody" you can fix this by running:
 
 
     $ chown -R nobody data
     $ chown -R nobody data
     $ chgrp -R nobody data
     $ chgrp -R nobody data

+ 1 - 0
src/load_prefs.php

@@ -149,4 +149,5 @@
    }
    }
 
 
    do_hook("loading_prefs");
    do_hook("loading_prefs");
+
 ?>
 ?>

+ 1 - 0
src/webmail.php

@@ -33,6 +33,7 @@
       setcookie("squirrelmail_language", $squirrelmail_language, time()+2592000);
       setcookie("squirrelmail_language", $squirrelmail_language, time()+2592000);
    }
    }
 
 
+
    include ("../config/config.php");
    include ("../config/config.php");
    include ("../functions/prefs.php");
    include ("../functions/prefs.php");
    include ("../functions/imap.php");
    include ("../functions/imap.php");