From b731cd834272ca2b8e2798c451c636be5545bada Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 25 Sep 2000 21:14:10 +0000 Subject: [PATCH] Updated documentation, fixed some misspellings git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@758 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 4 ++++ ChangeLog | 2 ++ INSTALL | 4 ++-- src/load_prefs.php | 1 + src/webmail.php | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 18605b59..5d67cc6d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,7 +30,11 @@ -------------------------- i18n support: Sergiusz Pawlowicz SquirrelMail logo: Libor Kopecky + Code contributions: Konstantin Riabitsev Alex Bleeker + Jan-Pieter Cornet + John Williams + Ondrej Sury Many others... diff --git a/ChangeLog b/ChangeLog index 7348175a..3cefc928 100644 --- 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 a3754fba..58582b33 100644 --- 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 diff --git a/src/load_prefs.php b/src/load_prefs.php index a8a76b8f..fefc5c37 100644 --- a/src/load_prefs.php +++ b/src/load_prefs.php @@ -149,4 +149,5 @@ } do_hook("loading_prefs"); + ?> diff --git a/src/webmail.php b/src/webmail.php index 1bb83b53..b7fb6d7c 100644 --- a/src/webmail.php +++ b/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"); -- 2.25.1