Updated documentation, fixed some misspellings
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Sep 2000 21:14:10 +0000 (21:14 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Sep 2000 21:14:10 +0000 (21:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@758 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
ChangeLog
INSTALL
src/load_prefs.php
src/webmail.php

diff --git a/AUTHORS b/AUTHORS
index 18605b592eff3be9efcc944cf22866217dae57b5..5d67cc6d824afaa67d201112b5f74a696521d1bd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
  --------------------------
    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...
 
index 7348175abf54649e73ab4dfbe73f4c311cc2e2d1..3cefc928899588b704cfaa143d2113a94307a4fc 100644 (file)
--- a/ChangeLog
+++ b/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
diff --git a/INSTALL b/INSTALL
index a3754fba4ee9b7a023ec82087770d4b5e95e4ac7..58582b33108a9d4db7d16e5135c46ef7e0f6a63d 100644 (file)
--- a/INSTALL
+++ b/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
index a8a76b8fcb5a6ae78ed55a5a8be1fb1e294fceaf..fefc5c37e433fae0cf9c7b09f88fbbcb6841e962 100644 (file)
    }
 
    do_hook("loading_prefs");
+
 ?>
index 1bb83b533f722c1d7c9544091cd725f09427872a..b7fb6d7c076e7aa71fd8a2abc19b438f68000088 100644 (file)
@@ -33,6 +33,7 @@
       setcookie("squirrelmail_language", $squirrelmail_language, time()+2592000);
    }
 
+
    include ("../config/config.php");
    include ("../functions/prefs.php");
    include ("../functions/imap.php");