pkgsrc/mail/squirrelmail/patches/patch-aa
martti c1bef6d66f Updated mail/squirrelmail to 1.4.16
The SquirrelMail team is happy to announce the release 1.4.16. The most
notable change is that cookies are now sent with the secure attribute set for
HTTPS-connections, meaning that they cannot leak to an HTTP-connection on the
same SquirrelMail installation. For details see the included ReleaseNotes. We
advise users that offer their SquirrelMail both over HTTP and HTTPS to
upgrade.
2008-09-28 17:32:26 +00:00

33 lines
948 B
Text

$NetBSD: patch-aa,v 1.16 2008/09/28 17:32:26 martti Exp $
Make this pkgsrc friendly.
--- config/config_default.php.orig 2008-07-19 10:31:43.000000000 +0300
+++ config/config_default.php 2008-09-28 20:26:03.000000000 +0300
@@ -446,7 +446,7 @@
* false. (Cyrus works fine whether it's true OR false).
* @global bool $show_contain_subfolders_option
*/
-$show_contain_subfolders_option = false;
+$show_contain_subfolders_option = true;
/**
* These next two options set the defaults for the way that the
@@ -496,7 +496,7 @@
*
* @global string $data_dir
*/
-$data_dir = '/var/local/squirrelmail/data/';
+$data_dir = '@USER_PREFS_DIR@/';
/**
* Attachments directory
@@ -514,7 +514,7 @@
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = '/var/local/squirrelmail/attach/';
+$attachment_dir = '@ATTACHMENTS_DIR@/';
/**
* Hash level used for data directory.