From bd9a13d0568a8eb9be6bf99dc447b00f5bdd661d Mon Sep 17 00:00:00 2001 From: martti Date: Thu, 2 May 2002 16:18:47 +0000 Subject: Updated squirrelmail to 1.2.6 - Bug fixes - Added POP3 Before SMTP option - Added a server-side thread sorting option per folder - Added a server-side sorting global option - Compose in new window size can be set in Display prefs - PostgreSQL is now supported for database backed use - Added user option to sort messages by internal date - Added option to auto-append sig before reply/forward text - Filters can be applied to only new mail - Filtering now happens on folder list refresh --- mail/squirrelmail/patches/patch-aa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/squirrelmail/patches/patch-aa') diff --git a/mail/squirrelmail/patches/patch-aa b/mail/squirrelmail/patches/patch-aa index bb1443b2f5e..09a2dd32760 100644 --- a/mail/squirrelmail/patches/patch-aa +++ b/mail/squirrelmail/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2002/01/07 11:49:46 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2002/05/02 16:18:49 martti Exp $ ---- config/config_default.php.orig Fri Dec 28 15:16:18 2001 -+++ config/config_default.php -@@ -195,7 +195,7 @@ +--- config/config_default.php.orig Mon Apr 1 08:47:47 2002 ++++ config/config_default.php Thu May 2 09:30:34 2002 +@@ -192,7 +192,7 @@ * false. (Cyrus works fine whether it's true OR false). */ global $show_contain_subfolders_option; @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2002/01/07 11:49:46 jlam Exp $ /** * This option controls what character set is used when sending mail -@@ -222,7 +222,7 @@ +@@ -219,7 +219,7 @@ * $data_dir = '../data/'; */ global $data_dir; @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2002/01/07 11:49:46 jlam Exp $ /** * Path to directory used for storing attachments while a mail is -@@ -238,7 +238,7 @@ +@@ -235,7 +235,7 @@ * + It should probably be another directory than data_dir. */ global $attachment_dir; -- cgit v1.2.3