summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-07-07 09:01:08 +0000
committermartti <martti@pkgsrc.org>2005-07-07 09:01:08 +0000
commit4c73b717fc145059b6c4dc3813be5fa5817cf67e (patch)
tree512fff069cb788ea82e0b0c7a9dc22f5c2331af7 /mail/ja-squirrelmail/patches
parenta27ffab393431c06c3c73fc3612f5e9b0dbb3641 (diff)
downloadpkgsrc-4c73b717fc145059b6c4dc3813be5fa5817cf67e.tar.gz
Updated ja-squirrelmail to 1.4.4nb1
* sync with mail/squirrelmail * use the squirrelmail-1.4.4-ja-20050616 patch
Diffstat (limited to 'mail/ja-squirrelmail/patches')
-rw-r--r--mail/ja-squirrelmail/patches/patch-aa19
1 files changed, 14 insertions, 5 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-aa b/mail/ja-squirrelmail/patches/patch-aa
index 682c338d4b7..5ee7159d493 100644
--- a/mail/ja-squirrelmail/patches/patch-aa
+++ b/mail/ja-squirrelmail/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/06 14:32:11 taca Exp $
+$NetBSD: patch-aa,v 1.2 2005/07/07 09:01:08 martti Exp $
---- config/config_default.php.orig Thu Apr 22 02:21:54 2004
+--- config/config_default.php.orig 2004-12-24 09:55:39.000000000 -0600
+++ config/config_default.php
-@@ -442,7 +442,7 @@ $default_charset = 'iso-8859-1';
+@@ -373,7 +373,7 @@ $default_sub_of_inbox = true;
+ * 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
+@@ -418,7 +418,7 @@ $noselect_fix_enable = false;
* $data_dir = SM_PATH . 'data/';
* @global string $data_dir
*/
@@ -11,12 +20,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/06/06 14:32:11 taca Exp $
/**
* Attachments directory
-@@ -460,7 +460,7 @@ $data_dir = SM_PATH . 'data/';
+@@ -436,7 +436,7 @@ $data_dir = SM_PATH . 'data/';
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = $data_dir;
-+$attachment_dir = "@ATTACHMENTS_DIR@/";
++$attachment_dir = '@ATTACHMENTS_DIR@/';
/**
* Hash level used for data directory.