pkgsrc/mail/squirrelmail/patches/patch-aa
jlam 73f8fb7662 Update squirrelmail to stable release version 1.0.1. Changes from development
version 0.9.3:

- Improved the way sqimap_read_data() is handled
- Sped up "no sorting" even more
- Fixed problems with sending messages
- Fixed some pass-by-reference calls that caused problems with newer PHP
  versions
- Fixed bug that didn't display last folder subscribed to
- Removed requirement of PHP 4.0.1 for array_unique() function
- Removed unnecessary echo statements by breaking out of PHP
- Changed evaluation method from using " to ' for speed improvements
- If no plugin array set in config.php, now handled correctly
- If subject is > 55 chars, trims it and puts "..." in message list
- Hundreds of minor changes to remove all verbose PHP warning messages
- Updated config_default.php to include attachment_common plugin (now in
  distribution)
- A few minor speed improvements
- Fixed problems in sqimap_read_body(), made it more reliable
- Added French translation of help files by gore K <gore_k@ymca-cepiere.org>
- Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
- Updated Sweedish translation
- Updated Russian translation
2001-02-02 19:39:18 +00:00

31 lines
1.1 KiB
Text

$NetBSD: patch-aa,v 1.2 2001/02/02 19:39:19 jlam Exp $
--- config/config_default.php.orig Fri Feb 2 10:43:27 2001
+++ config/config_default.php
@@ -125,7 +125,7 @@
// anything if it's true, but some servers will respond weird if it's
// false. (Cyrus works fine whether it's true OR false).
- $show_contain_subfolders_option = false;
+ $show_contain_subfolders_option = true;
// This option controls what character set is used when sending mail
// and when sending HTMl to the browser. Do not set this to US-ASCII,
@@ -147,7 +147,7 @@
// Relative (to the config directory):
// $data_dir = "../data/";
- $data_dir = "../data/";
+ $data_dir = "/var/spool/squirrelmail/data/";
// Path to directory used for storing attachments while a mail is
// being sent. There are a few security considerations regarding this
@@ -161,7 +161,7 @@
// there for too long.
// - It should probably be another directory than data_dir.
- $attachment_dir = $data_dir;
+ $attachment_dir = "/var/spool/squirrelmail/attachments/";
// This is the default size of the folder list. Default is 150,
// but you can set it to whatever you wish.