[imp] New error

Ranger Fox rangerfox@rangerfox.com
Tue, 05 Jun 2001 21:20:31 -0500


just added $conf['mailbox']['show_attachments'] = true;  to my conf.php all 
is working now

At 09:18 PM 6/5/2001 -0500, you wrote:
>when I login to the mailbox now, I get
>
>Warning: Undefined index: show_attachments in 
>/usr/httpd/html/horde/imp/mailbox.php on line 484
>
>
>--
>IMP mailing list: http://horde.org/imp/
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: imp-unsubscribe@lists.horde.org



>From chuck@horde.org Date: Tue,  5 Jun 2001 23:40:23 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 20401 invoked from network); 6 Jun 2001 03:42:05 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 03:42:05 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id E229039F6; Tue,  5 Jun 2001 23:40:23 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Tue,  5 Jun 2001 23:40:23 -0400
Message-ID: <991798823.3b1da627c75a0@marina.horde.org>
Date: Tue,  5 Jun 2001 23:40:23 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991755966.3b1cfebe5f882@mail-dev.starken.com> <991758800.3b1d09d066594@marina.horde.org> <991759126.3b1d0b16703c3@mail-dev.starken.com> <991768256.3b1d2ec00e899@marina.horde.org> <991783967.3b1d6c2002883@mail-dev.starken.com>
In-Reply-To: <991783967.3b1d6c2002883@mail-dev.starken.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] stupid questions

Quoting Daniel Wittenberg <daniel-wittenberg@starken.com>:

> I accidently deleted the email from earlier that said how to get 
> the "Add to addressbook" back, so could someone repost that?

http://marc.theaimsgroup.com/?l=imp&r=1&w=2

> Is anyone updating an LDAP server through Turba?  I thought the permissions 
> were setup on our openldap server, but it doesn't seem to make any changes
> there. This looks like a great feature, a nice "Corporate Addressbook" that
> everyone can update.

Works fine for me:

$cfgSources['nirgal'] = array(
    'title' => 'Nirgal',
    'type' => 'ldap',
    'params' => array(
        'server' => 'localhost',
        'root' => 'dc=nirgal,dc=horde,dc=org',
        'bind_dn' => 'cn=admin,ou=users,dc=nirgal,dc=horde,dc=org',
        'bind_password' => '*******',
        'dn' => array('cn'),
        'objectclass' => 'person'
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',
        'homePhone' => 'telephonenumber',
        'workPhone' => 'workphonenumber',
        'cellPhone' => 'cellphonenumber',
        'homeAddress' => 'homeaddress',
        'alias' => 'sn'
    ),
    'public' => true,
    'readonly' => false
);

And please, don't say that should be an example, also; instead, send in a patch 
to the documentation. If we're going to get 2.4.0 and the other apps out with 
good docs, we need people who don't live in the code every day to contribute to 
the documentation. Thanks!

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From chuck@horde.org Date: Tue,  5 Jun 2001 23:52:59 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 21357 invoked from network); 6 Jun 2001 03:54:42 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 03:54:42 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 0D0A739EE; Tue,  5 Jun 2001 23:52:59 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Tue,  5 Jun 2001 23:52:59 -0400
Message-ID: <991799579.3b1da91bb28b8@marina.horde.org>
Date: Tue,  5 Jun 2001 23:52:59 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991696688.3b1c173035812@linux.wg.de>
In-Reply-To: <991696688.3b1c173035812@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] resume quoted-printable

Quoting Jan Schneider <janmailing@gmx.de>:

> if you reply to or forward quoted-printable encoded messages everything works 
> fine, but if try to resume such a message the message isn't decoded to 8bit.

Should be fixed now.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From chuck@horde.org Date: Wed,  6 Jun 2001 00:00:16 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 22574 invoked from network); 6 Jun 2001 04:02:06 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 04:02:06 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id C8AE439EE; Wed,  6 Jun 2001 00:00:16 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 00:00:16 -0400
Message-ID: <991800016.3b1daad0adf8c@marina.horde.org>
Date: Wed,  6 Jun 2001 00:00:16 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991725301.3b1c86f598fa2@mail.lib.ci.phoenix.az.us> <991751199.3b1cec1f9a371@marina.horde.org> <20010605104058.B22365@csh.rit.edu>
In-Reply-To: <20010605104058.B22365@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] 2.3.7 questions

Quoting Jon Parise <jon@csh.rit.edu>:

> It would perhaps be nice if there was an option that would cause a spell 
> check to occur before any message was sent.

Alright, what's the logic on this - if a person spell checks a message, then 
edits it, do we make them spell check it again? Or do you just have to have 
checked the message once at some point?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From chuck@horde.org Date: Wed,  6 Jun 2001 00:01:43 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 23380 invoked from network); 6 Jun 2001 04:03:25 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 04:03:25 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 7B9C239EE; Wed,  6 Jun 2001 00:01:43 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 00:01:43 -0400
Message-ID: <991800103.3b1dab27421e5@marina.horde.org>
Date: Wed,  6 Jun 2001 00:01:43 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <NDBBJMOKGLCCBKBODOBKKEPBCEAA.wentz@clicktivities.net>
In-Reply-To: <NDBBJMOKGLCCBKBODOBKKEPBCEAA.wentz@clicktivities.net>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: AW: [imp] 2.3.7 installation (login-problem)

Quoting Stephan Wentz <wentz@clicktivities.net>:

> hmm or maybe i misunderstood the session-test in test-php?
> when i enter the site, i get a "session counter: 1", when i click
> unregister session i get a "the test session has been unregistered", and
> when i go back i get "session counter: 1" again...
> is this right or wrong?

Reload the page. Does the counter go up to 2? If it does, things are working. 
If it stays at 1, they're not.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From wittenberg@starken.com Date: Tue,  5 Jun 2001 23:04:21 -0500
Return-Path: <daniel-wittenberg@starken.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 24185 invoked from network); 6 Jun 2001 04:04:34 -0000
Received: from firewall.wittenberg.org (HELO dns1.wittenberg.org) (199.120.78.198)
  by horde.org with SMTP; 6 Jun 2001 04:04:34 -0000
Received: (from nobody@localhost)
	by dns1.wittenberg.org (8.9.3/8.9.3) id XAA28233
	for imp@lists.horde.org; Tue, 5 Jun 2001 23:04:21 -0500
X-Authentication-Warning: dns1.wittenberg.org: nobody set sender to daniel-wittenberg@starken.com using -f
Received: from 172.27.1.210 ( [172.27.1.210])
	as user dwittenb@mail.starken.com by mail-dev.starken.com with HTTP;
	Tue,  5 Jun 2001 23:04:21 -0500
Message-ID: <991800261.3b1dabc56eb2d@mail-dev.starken.com>
Date: Tue,  5 Jun 2001 23:04:21 -0500
From: Daniel Wittenberg <daniel-wittenberg@starken.com>
To: imp@lists.horde.org
References: <991755966.3b1cfebe5f882@mail-dev.starken.com> <991758800.3b1d09d066594@marina.horde.org> <991759126.3b1d0b16703c3@mail-dev.starken.com> <991768256.3b1d2ec00e899@marina.horde.org> <991783967.3b1d6c2002883@mail-dev.starken.com> <991798823.3b1da627c75a0@marina.horde.org>
In-Reply-To: <991798823.3b1da627c75a0@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] stupid questions

Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting Daniel Wittenberg <daniel-wittenberg@starken.com>:
> 
> > I accidently deleted the email from earlier that said how to get 
> > the "Add to addressbook" back, so could someone repost that?
> 
> http://marc.theaimsgroup.com/?l=imp&r=1&w=2

Actually this was the first place I looked, and it he must have sent it directly 
to me because I didn't see his reply here... I did try :)

Dan


>From phancock@lib.ci.phoenix.az.us Date: Tue,  5 Jun 2001 21:14:00 -0700
Return-Path: <phancock@lib.ci.phoenix.az.us>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 25195 invoked from network); 6 Jun 2001 04:14:41 -0000
Received: from dewey.lib.ci.phoenix.az.us (148.167.132.200)
  by horde.org with SMTP; 6 Jun 2001 04:14:41 -0000
Received: from postal.lib.ci.phoenix.az.us (localdelivery.lib.ci.phoenix.az.us [148.167.126.5])
	by dewey.lib.ci.phoenix.az.us (8.10.2/8.10.2) with ESMTP id f564E0T15732
	for <imp@lists.horde.org>; Tue, 5 Jun 2001 21:14:00 -0700
Received: from www-data by postal.lib.ci.phoenix.az.us with local (Exim 3.22 #1)
	id 157Uhk-0007X6-00
	for imp@lists.horde.org; Tue, 05 Jun 2001 21:14:00 -0700
Received: from 148.167.126.60 ( [148.167.126.60])
	as user phancock@postal.lib.ci.phoenix.az.us by mail.lib.ci.phoenix.az.us with HTTP;
	Tue,  5 Jun 2001 21:14:00 -0700
Message-ID: <991800840.3b1dae0814b3d@mail.lib.ci.phoenix.az.us>
Date: Tue,  5 Jun 2001 21:14:00 -0700
From: Paul Hancock <phancock@lib.ci.phoenix.az.us>
To: imp@lists.horde.org
References: <991725301.3b1c86f598fa2@mail.lib.ci.phoenix.az.us> <991751199.3b1cec1f9a371@marina.horde.org> <20010605104058.B22365@csh.rit.edu> <991800016.3b1daad0adf8c@marina.horde.org>
In-Reply-To: <991800016.3b1daad0adf8c@marina.horde.org>
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: 148.167.126.60
Subject: Re: [imp] 2.3.7 questions

> > It would perhaps be nice if there was an option that would cause a spell 
> > check to occur before any message was sent.
> 
> Alright, what's the logic on this - if a person spell checks a message,
> then edits it, do we make them spell check it again? Or do you just have to
> have checked the message once at some point?

I'm thinking of this as a user preference.  When set, the spell checker would 
be invoked after the user clicks on 'send message'.  The message would then be 
sent after they clicked 'done' in the spell checker.

So, to answer your question directly, I had anticipated that it would invoke 
spell check upon send, regardless of whether the message had been previously 
checked.  It did not occur to me to keep track of whether spell check had been 
invoked at some point.

Paul.


>From chuck@horde.org Date: Wed,  6 Jun 2001 00:29:18 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 26231 invoked from network); 6 Jun 2001 04:31:01 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 04:31:01 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id E7ECB39EE; Wed,  6 Jun 2001 00:29:18 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 00:29:18 -0400
Message-ID: <991801758.3b1db19e94585@marina.horde.org>
Date: Wed,  6 Jun 2001 00:29:18 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991755966.3b1cfebe5f882@mail-dev.starken.com> <991758800.3b1d09d066594@marina.horde.org> <991759126.3b1d0b16703c3@mail-dev.starken.com> <991768256.3b1d2ec00e899@marina.horde.org> <991783967.3b1d6c2002883@mail-dev.starken.com> <991798823.3b1da627c75a0@marina.horde.org> <991800261.3b1dabc56eb2d@mail-dev.starken.com>
In-Reply-To: <991800261.3b1dabc56eb2d@mail-dev.starken.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] stupid questions

Quoting Daniel Wittenberg <daniel-wittenberg@starken.com>:

> Actually this was the first place I looked, and it he must have sent it
> directly to me because I didn't see his reply here... I did try :)

Well, either your horde/config/registry.php is out of date, or your 
imp/config/prefs.php, or you don't have any writeable sources defined in Turba. 
And I could have sworn I saw that message come to the list. *shrug*

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From chuck@horde.org Date: Wed,  6 Jun 2001 00:38:25 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 27382 invoked from network); 6 Jun 2001 04:40:07 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 04:40:07 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 9135E39EE; Wed,  6 Jun 2001 00:38:25 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 00:38:25 -0400
Message-ID: <991802305.3b1db3c176d5e@marina.horde.org>
Date: Wed,  6 Jun 2001 00:38:25 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991302122.3b1611ea531bf@linux.wg.de>
In-Reply-To: <991302122.3b1611ea531bf@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] no alert accessing folder view

Quoting Jan Schneider <janmailing@gmx.de>:

> if I access the folder view by clicking the menu icon, I get no notification 
> about new messages even if there are definitely recent ones. The notification 
> works only if there are recent messages after a refresh.

I can't reproduce this - it works correctly for me. Are you _sure_ the messages 
are Recent (not just Unseen)?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From chuck@horde.org Date: Wed,  6 Jun 2001 00:42:40 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 29041 invoked from network); 6 Jun 2001 04:44:22 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 04:44:22 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 02F1D39EE; Wed,  6 Jun 2001 00:42:40 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 00:42:40 -0400
Message-ID: <991802560.3b1db4c0c3b06@marina.horde.org>
Date: Wed,  6 Jun 2001 00:42:40 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991301081.3b160dd92e7d4@linux.wg.de>
In-Reply-To: <991301081.3b160dd92e7d4@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Bug moving a message

Quoting Jan Schneider <janmailing@gmx.de>:

> When I clicked the message to read it, this one was the newest message,
> probably number 6000, because the previous one was 5999. While I read the 
> message, another one arrived. I moved the open message to another folder - 
> successfully. Then imp redirected me to message.php with the message number 
> 6000 which didn't exist anymore, just 5999 and the new one 6001. I got the 
> mentioned error message.
> My messages are sorted by time descending if this one matters.

Are you using a trash folder or something like that?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From wittenberg@starken.com Date: Wed,  6 Jun 2001 00:16:51 -0500
Return-Path: <daniel-wittenberg@starken.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 30734 invoked from network); 6 Jun 2001 05:17:02 -0000
Received: from firewall.wittenberg.org (HELO dns1.wittenberg.org) (199.120.78.198)
  by horde.org with SMTP; 6 Jun 2001 05:17:02 -0000
Received: (from nobody@localhost)
	by dns1.wittenberg.org (8.9.3/8.9.3) id AAA03467
	for imp@lists.horde.org; Wed, 6 Jun 2001 00:16:51 -0500
X-Authentication-Warning: dns1.wittenberg.org: nobody set sender to daniel-wittenberg@starken.com using -f
Received: from 172.27.1.210 ( [172.27.1.210])
	as user dwittenb@mail.starken.com by mail-dev.starken.com with HTTP;
	Wed,  6 Jun 2001 00:16:51 -0500
Message-ID: <991804611.3b1dbcc378131@mail-dev.starken.com>
Date: Wed,  6 Jun 2001 00:16:51 -0500
From: Daniel Wittenberg <daniel-wittenberg@starken.com>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: ridiculous

ok, this is getting ridiculous.  I think I'm going to have to submit some patches 
to the docs for all these stupid things.  I cvs updated horde/registry.php, imp/
prefs.php (1 version out-of-date on each), and I think there were some locale 
files during a general cvs update.  Now, the "Contacts" link doesn't show up, 
though I still have Addressbooks defined, some are writeable, you can change the 
addressbook info in the "Options", and I can go into Turba directly and modify 
things (and my addressbook icon shows up so I can add things directly now).  I 
thought the menubar was controlled by the registry?  Though Turba appears to be 
configured for everything it was before.  What stupid config option have I missed 
now?

Dan


>From chuck@horde.org Date: Wed,  6 Jun 2001 01:20:53 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 31652 invoked from network); 6 Jun 2001 05:22:35 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 6 Jun 2001 05:22:35 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 5C71F39F6; Wed,  6 Jun 2001 01:20:53 -0400 (EDT)
Received: from 192.168.0.109 ( [192.168.0.109])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  6 Jun 2001 01:20:53 -0400
Message-ID: <991804853.3b1dbdb5286d7@marina.horde.org>
Date: Wed,  6 Jun 2001 01:20:53 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <991804611.3b1dbcc378131@mail-dev.starken.com>
In-Reply-To: <991804611.3b1dbcc378131@mail-dev.starken.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] ridiculous

Quoting Daniel Wittenberg <daniel-wittenberg@starken.com>:

> ok, this is getting ridiculous.  I think I'm going to have to submit some 
> patches to the docs for all these stupid things.  I cvs updated
> horde/registry.php, imp/ prefs.php (1 version out-of-date on each), and I 
> think there were some locale files during a general cvs update.  Now, 
> the "Contacts" link doesn't show up, though I still have Addressbooks 
> defined, some are writeable, you can change the addressbook info in 
> the "Options", and I can go into Turba directly and modify things (and my 
> addressbook icon shows up so I can add things directly now).  I thought the 
> menubar was controlled by the registry?  Though Turba appears to be 
> configured for everything it was before.  What stupid config option have
> I missed now?

None; you missed the list messages and cvs commit when I removed the Contacts 
link from IMP's menubar, since it just duplicates the link to Turba in the 
Horde menubar.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.