freebsd-ports/mail/squirrelmail-devel/files/patch-config-config_default.php
Renato Botelho ee357dd09d Add squirrelmail-devel 1.5.1, a webmail system which accesses mail over
IMAP (Development version).

PR:		ports/94606
Submitted by:	Simon Dick <simond@irrelevant.org>
2006-03-20 16:17:46 +00:00

21 lines
553 B
PHP

--- config/config_default.php.orig Sun Feb 12 02:03:10 2006
+++ config/config_default.php Wed Mar 15 20:09:20 2006
@@ -469,7 +469,7 @@
*
* @global string $data_dir
*/
-$data_dir = '/var/local/squirrelmail/data';
+$data_dir = '/var/spool/squirrelmail/pref/';
/**
* Attachments directory
@@ -488,7 +488,7 @@
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = $data_dir;
+$attachment_dir = '/var/spool/squirrelmail/attach/';
/**
* Hash level used for data directory.