Browse Source

Updated documentation, fixed some misspellings

Luke Ehresman 25 years ago
parent
commit
cab35a9afa
5 changed files with 10 additions and 2 deletions
  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 
    SquirrelMail logo:   Libor Kopecky <libor@globe.cz>
+
    Code contributions:  Konstantin Riabitsev <graf@relhum.org>
                         Alex Bleeker <beheer@hackers.nl>
+                        Jan-Pieter Cornet <johnpc@xs4all.nl>
+                        John Williams <jw@netpimp.com> 
+                        Ondrej Sury <ondrej@globe.cz>
                         Many others...
 

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 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 
 - Searching specifies CHARSET option
 - Security fixes

+ 2 - 2
INSTALL

@@ -112,9 +112,9 @@ b. Setting up directories
 
   The data directory is used for storing user preferences, like
   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
-  the user nobody you can fix this by running:
+  the user "nobody" you can fix this by running:
 
     $ chown -R nobody data
     $ chgrp -R nobody data

+ 1 - 0
src/load_prefs.php

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

+ 1 - 0
src/webmail.php

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