[imp] Setting a Default Addressbook

Joshua E Warchol jwarchol@dsl.net
Thu, 3 Jan 2002 16:42:55 -0500


Would I set "value" to 'localsql' for example?

On Thu, Jan 03, 2002 at 04:41:58PM -0500, Jon Parise wrote:
> On Thu, Jan 03, 2002 at 04:24:11PM -0500, Joshua E Warchol wrote:
> 
> > I've got IMP3 and Turba1 installed. I'd like to have the users default
> > addressbook by "My Addressbook", the local SQL one. What options do I need
> > to set in prefs.php? Usually I just go into the options interface and select
> > it, but that didn't help me find the correct default values.
>  
> In imp/config/prefs.php:
> 
> // addressbook(s) to use when expanding addresses
> $_prefs['search_sources'] = array(
>     'value' => '',
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit'
> );
> 
> // field(s) to use when expanding addresses
> $_prefs['search_fields'] = array(
>     'value' => '',
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit'
> );
> 
> // addressbook to use for adding adresseses
> $_prefs['add_source'] = array(
>     'value' => '',
>     'locked' => false,
>     'shared' => false,
>     'type' => 'implicit'
> );
> 
> -- 
> Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
> http://www.csh.rit.edu/~jon/  :  Computer Science House Member
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org

-- 
Joshua Warchol
UNIX Systems Administrator
DSL.net


>From marcus@riboflavin.net Date: Thu,  3 Jan 2002 15:45:28 -0600
Return-Path: <marcus@riboflavin.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 44051 invoked from network); 3 Jan 2002 21:47:07 -0000
Received: from dsl.75.79.networkiowa.com (HELO www.riboflavin.net) (209.234.75.79)
  by clark.horde.org with SMTP; 3 Jan 2002 21:47:07 -0000
Received: from localhost (dsl.75.91.networkiowa.com [209.234.75.91])
	by www.riboflavin.net (8.11.1/8.11.1) with ESMTP id g03Lmqt44062
	for <imp@lists.horde.org>; Thu, 3 Jan 2002 15:48:52 -0600 (CST)
	(envelope-from marcus@riboflavin.net)
Received: from 209.234.75.79 ( [209.234.75.79])
	as user marcus@imap.riboflavin.net by horde.riboflavin.net with HTTP;
	Thu,  3 Jan 2002 15:45:28 -0600
Message-ID: <1010094328.3c34d0f8cd425@horde.riboflavin.net>
Date: Thu,  3 Jan 2002 15:45:28 -0600
From: "Marcus I. Ryan" <marcus@riboflavin.net>
To: imp@lists.horde.org
References: <20020104001806.A25176@ns2.wananchi.com>
In-Reply-To: <20020104001806.A25176@ns2.wananchi.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 209.234.75.79
Subject: Re: [imp] PHP4.1.1 Problem

This is more appropriately asked on a PHP or FreeBSD list, but since
you're here, you don't need to compile iconv into PHP for Horde, IMP,
et. al., to work as far as I've found (en_US system only if it makes a
difference).  Just recompile PHP without iconv support.

Seems like there's another module in the PHP-4.1.1 port that doesn't
work right anymore, but I don't recall off the top of my head.

-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------


Quoting Odhiambo Washington <wash@wananchi.com>:

> Hello List,
> 
> Though a bit OT, I'm sure someone on this list has gone thro' the
> same agony
> I've gone through for the last few days - inability to get
> PHP-4.1.1 to run
> on FreeBSD.
> 
> The error is:
> 
> alligator# apachectl startssl
> Syntax error on line 61 of /usr/local/etc/apache/httpd.conf:
> Cannot load /usr/local/libexec/apache/libphp4.so into server:
> /usr/local/libexec/apache/libphp4.so: Undefined symbol
> "iconv_module_entry"
> /usr/local/sbin/apachectl startssl: httpd could not be started
> 
> #
> 
> Well, there doesn't seem to me that there is an option to this if I
> am to run
> horde/imp, yes?
> 
> How have others faired on with this one? It's already given me 4
> good sleepless nights!!!
> At the expense of BIG flaming, give me some good pointers. No
> amount of search on the Net
> gives me any clues.
> 
> 
> Thanking you in advance,
> 
> 
> 
> -Wash
> 
> S y s t e m s   A d m i n.
> 
> -- 
> Odhiambo Washington  <wash@wananchi.com>    "The box said
> 'Requires
> Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or
> better,'
> Tel: 254 2 313985-9   Fax: 254 2 313922     so I installed
> FreeBSD."   
> GSM: 254 72 743 223   GSM: 254 733 744 121  This sig is McQ!  :-)
> 
> ++
> Fairy Tale, n.:
> 	A horror story to prepare children for the newspapers.
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>