prefs

Ranger Fox rangerfox@rangerfox.com
Tue, 01 May 2001 08:13:17 -0500


last problem fixed, new question.  My values are not being pulled from my 
mysql DB for from address, full name, etc.
Has the configuration changed at all?  I copied and pasted from my old 
conf.php to my new conf.php.
Did something change?  Or am I missing something?

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'impmgr';
$conf['prefs']['params']['password'] = '****************';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'user_webmail_prefs';



>From max@the Date: Tue,  1 May 2001 07:26:38 -0700
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 37646 invoked from network); 1 May 2001 14:27:08 -0000
Received: from cx439309-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (65.5.157.46)
  by horde.org with SMTP; 1 May 2001 14:27:08 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f41EQdN05652
	for imp@lists.horde.org; Tue, 1 May 2001 07:26:39 -0700
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 65.5.157.45 ( [65.5.157.45])
	as user max@imap.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Tue,  1 May 2001 07:26:38 -0700
Message-ID: <988727198.3aeec79ecd152@www.the-triumvirate.net>
Date: Tue,  1 May 2001 07:26:38 -0700
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <5.0.2.1.0.20010501081121.026f4260@pop3.norton.antivirus>
In-Reply-To: <5.0.2.1.0.20010501081121.026f4260@pop3.norton.antivirus>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 65.5.157.45
Subject: Re: [imp] prefs

Quoting Ranger Fox <rangerfox@rangerfox.com>:

> last problem fixed, new question.  My values are not being pulled from my 
> mysql DB for from address, full name, etc.
> Has the configuration changed at all?  I copied and pasted from my old 
> conf.php to my new conf.php.
> Did something change?  Or am I missing something?

The API changed a bit.  Full name and from address are global prefs and are now 
under the Horde scope instead of the empty scope as before.  The following sql 
query should fix it up for you:

update horde_prefs set scope = 'horde' where scope = ''

Good luck!

-- 
/// max kalika 
// max@the-triumvirate.net 

"and after a while you'll stop making computers out of stuff and start making 
stuff out of computers" -- douglas adams 4/5/01