[dev] Bug in mailbox.php?

Jan Kuipers jrkuipers@lauwerscollege.nl
Fri, 01 Jun 2001 22:58:42 +0200 (CEST)


Aanhalen Chuck Hagenbuch <chuck@horde.org>:

> Did you bother looking in conf.php.dist?

Apparently I missed it :)
Sorry guys.

Jan Kuipers
Systeembeheer Lauwers College


>From chuck@horde.org Date: Fri,  1 Jun 2001 18:28:41 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 69430 invoked from network); 1 Jun 2001 22:30:02 -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; 1 Jun 2001 22:30:02 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 1C28039F6; Fri,  1 Jun 2001 18:28:42 -0400 (EDT)
Received: from 192.168.0.102 ( [192.168.0.102])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  1 Jun 2001 18:28:41 -0400
Message-ID: <991434521.3b181719e40bd@marina.horde.org>
Date: Fri,  1 Jun 2001 18:28:41 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <991212042.3b14b20a91481@horde.lauwerscollege.nl> <991232233.3b1500e9e5813@marina.horde.org> <991344135.3b16b6070881a@mail.lauwerscollege.nl> <991344509.3b16b77da3225@marina.horde.org> <991412188.3b17bfdc0e867@mail.lauwerscollege.nl>
In-Reply-To: <991412188.3b17bfdc0e867@mail.lauwerscollege.nl>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [dev] Horde translation

Quoting Jan Kuipers <jrkuipers@lauwerscollege.nl>:

> Yes, in this way you don't have to append the Horde translation (global
> templates) with the application po-files. In this way you get one big
> bucket of translated strings, which can be used by all applications. A
> possible disadvantage of this is that you maybe can't separate an
> application from the Horde framework.

That's not something I'm willing to compromise. I also don't really see the 
advantage of the bucket approach...

-chuck

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


>From maillist@beunion.net Date: Sat,  2 Jun 2001 11:49:26 +0800
Return-Path: <maillist@beunion.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 78421 invoked from network); 2 Jun 2001 03:49:46 -0000
Received: from ip-170-166-66-202.rev.dyxnet.com (HELO vincent.techsoft.com.hk) (202.66.166.170)
  by horde.org with SMTP; 2 Jun 2001 03:49:46 -0000
Received: (qmail 1662 invoked by uid 99); 2 Jun 2001 03:49:26 -0000
Received: from 195.194.178.252 ( [195.194.178.252])
	as user maillist@beunion.net@localhost by vincent.techsoft.com.hk with HTTP;
	Sat,  2 Jun 2001 11:49:26 +0800
Message-ID: <991453766.3b18624682a4e@vincent.techsoft.com.hk>
Date: Sat,  2 Jun 2001 11:49:26 +0800
From: maillist <maillist@beunion.net>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Modified by Techsoft
X-Originating-IP: 195.194.178.252
Subject: can't get translate work

hi,

I have a RH 6.2 box with IMP and I have configed Apache/1.3.19 with gettext and 
PHP 4.0.5.

I tried to use fr to test it our first, the problem is I can't get the 
translation at all.

I use the fr.po in /htdocs/horde/imp/po/, make install it,
and edit my horde/config/lang.php and set $nls['charsets']['fr'] = 'iso-8859-1';
(do I need that for fr? and how abt if that is traditional chinese (set to 
= 'Big-5' or 'zh_TW.BIG5')? cuz I might be able to make the po file after I 
sort it out)

ok, let's start debugging

1. Do you have any .mo files?
yes!

2. Does gettext even work?
$ strings /bin/tar | grep Memory
Memory exhausted
$(LANG=fr; gettext tar "Memory exhausted" )
Mémoire occupée.

(it works.)

3. Does the local imp file work?
supose my files located at /horde/imp/locale
$export TEXTDOMAINDIR = /horde/imp/locale
$(LANG=fr; gettext imp "Save as" )
Save as
(should be Enregistrer Sous...)

I stopped at there, cuz I think there are some problems with gettext in my 
box...

any suggestions for me pls...

thanks a lot!

vincent

-----------------------------------------------------------
This mail sent through IMP: http://webmail.techsoft.com.hk/


>From maillist@beunion.net Date: Sat,  2 Jun 2001 12:02:18 +0800
Return-Path: <maillist@beunion.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 78687 invoked from network); 2 Jun 2001 04:02:30 -0000
Received: from ip-170-166-66-202.rev.dyxnet.com (HELO vincent.techsoft.com.hk) (202.66.166.170)
  by horde.org with SMTP; 2 Jun 2001 04:02:30 -0000
Received: (qmail 1873 invoked by uid 99); 2 Jun 2001 04:02:18 -0000
Received: from 195.194.178.252 ( [195.194.178.252])
	as user maillist@beunion.net@localhost by vincent.techsoft.com.hk with HTTP;
	Sat,  2 Jun 2001 12:02:18 +0800
Message-ID: <991454538.3b18654adcf9d@vincent.techsoft.com.hk>
Date: Sat,  2 Jun 2001 12:02:18 +0800
From: maillist <maillist@beunion.net>
To: dev@lists.horde.org
References: <991453766.3b18624682a4e@vincent.techsoft.com.hk>
In-Reply-To: <991453766.3b18624682a4e@vincent.techsoft.com.hk>
MIME-Version: 1.0
Content-Type: text/plain; charset=Big5
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Modified by Techsoft
X-Originating-IP: 195.194.178.252
Subject: Re: [dev] can't get translate work

and my verions of IMP is 2.3.7 CVS
thanks


> hi,
> 
> I have a RH 6.2 box with IMP and I have configed Apache/1.3.19 with gettext
> and 
> PHP 4.0.5.
> 
> I tried to use fr to test it our first, the problem is I can't get the 
> translation at all.
> 
> I use the fr.po in /htdocs/horde/imp/po/, make install it,
> and edit my horde/config/lang.php and set $nls['charsets']['fr'] =
> 'iso-8859-1';
> (do I need that for fr? and how abt if that is traditional chinese (set to 
> = 'Big-5' or 'zh_TW.BIG5')? cuz I might be able to make the po file after I
> 
> sort it out)
> 
> ok, let's start debugging
> 
> 1. Do you have any .mo files?
> yes!
> 
> 2. Does gettext even work?
> $ strings /bin/tar | grep Memory
> Memory exhausted
> $(LANG=fr; gettext tar "Memory exhausted" )
> Mémoire occupée.
> 
> (it works.)
> 
> 3. Does the local imp file work?
> supose my files located at /horde/imp/locale
> $export TEXTDOMAINDIR = /horde/imp/locale
> $(LANG=fr; gettext imp "Save as" )
> Save as
> (should be Enregistrer Sous...)
> 
> I stopped at there, cuz I think there are some problems with gettext in my 
> box...
> 
> any suggestions for me pls...
> 
> thanks a lot!
> 
> vincent
> 
> -----------------------------------------------------------
> This mail sent through IMP: http://webmail.techsoft.com.hk/
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-----------------------------------------------------------
This mail sent through IMP: http://webmail.techsoft.com.hk/


>From maillist@beunion.net Date: Sat,  2 Jun 2001 13:16:50 +0800
Return-Path: <maillist@beunion.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 79866 invoked from network); 2 Jun 2001 05:17:04 -0000
Received: from ip-170-166-66-202.rev.dyxnet.com (HELO vincent.techsoft.com.hk) (202.66.166.170)
  by horde.org with SMTP; 2 Jun 2001 05:17:04 -0000
Received: (qmail 2507 invoked by uid 99); 2 Jun 2001 05:16:50 -0000
Received: from 195.194.178.252 ( [195.194.178.252])
	as user maillist@beunion.net@localhost by vincent.techsoft.com.hk with HTTP;
	Sat,  2 Jun 2001 13:16:50 +0800
Message-ID: <991459010.3b1876c2da88d@vincent.techsoft.com.hk>
Date: Sat,  2 Jun 2001 13:16:50 +0800
From: maillist <maillist@beunion.net>
To: dev@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=Big5
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Modified by Techsoft
X-Originating-IP: 195.194.178.252
Subject: Fwd: autologout feature



----- Forwarded message from maillist <maillist@beunion.net> -----
    Date: Wed, 30 May 2001 03:01:58 +0800
 Subject: autologout feature
      To: cvs@lists.horde.org

hi,

wondering whether there is autologout feature in the CVS version.

and how to enable it?

thanks a lot.

vincent

-----------------------------------------------------------------
This mail sent through IMP: http://vincent.techsoft.com.hk/webmail

----- End forwarded message -----


-----------------------------------------------------------
This mail sent through IMP: http://webmail.techsoft.com.hk/


>From chuck@horde.org Date: Sat,  2 Jun 2001 02:42:33 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 80766 invoked from network); 2 Jun 2001 06:43:53 -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; 2 Jun 2001 06:43:53 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 83A0A39F6; Sat,  2 Jun 2001 02:42:33 -0400 (EDT)
Received: from 192.168.0.102 ( [192.168.0.102])
	as user chuck@localhost by marina.horde.org with HTTP;
	Sat,  2 Jun 2001 02:42:33 -0400
Message-ID: <991464153.3b188ad93cb6d@marina.horde.org>
Date: Sat,  2 Jun 2001 02:42:33 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <991459010.3b1876c2da88d@vincent.techsoft.com.hk>
In-Reply-To: <991459010.3b1876c2da88d@vincent.techsoft.com.hk>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [dev] Fwd: autologout feature

Quoting maillist <maillist@beunion.net>:

> wondering whether there is autologout feature in the CVS version.
> 
> and how to enable it?

Just set the session lifetime property of the php4 session engine 
(http://www.php.net/manual/ref.session.php).

-chuck

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


>From chuck@horde.org Date: Sun,  3 Jun 2001 00:19:28 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 20424 invoked from network); 3 Jun 2001 04:20:48 -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; 3 Jun 2001 04:20:48 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 0EE5439F2; Sun,  3 Jun 2001 00:19:29 -0400 (EDT)
Received: from 192.168.0.104 ( [192.168.0.104])
	as user chuck@localhost by marina.horde.org with HTTP;
	Sun,  3 Jun 2001 00:19:28 -0400
Message-ID: <991541968.3b19bad0e9df3@marina.horde.org>
Date: Sun,  3 Jun 2001 00:19:28 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: dev@lists.horde.org
References: <3B12B640.8729B7B3@csbf.qc.ca> <991140981.3b139c7516037@marina.horde.org> <3B164C2D.D20643CC@csbf.qc.ca> <991317171.3b164cb3e9850@marina.horde.org> <3B1790CB.B4AC563F@csbf.qc.ca>
In-Reply-To: <3B1790CB.B4AC563F@csbf.qc.ca>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [dev] Release date

Quoting Patrick Marcoux <PMarcoux@csbf.qc.ca>:

> I would appreciate that you cut me a tarball of Kronolith.  I'de like to try 
> this product.  I hope that you can also send me a few instructions to install
> this product correctly on Red Hat 6.2.

There should be a release available early next week (I'll post to the Kronolith 
list). As to instructions, you're going to have to put some effort into it 
yourself, but if you have mcal support in PHP working, you're most of the way 
there.

-chuck

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


>From maillist@beunion.net Date: Mon,  4 Jun 2001 18:33:25 +0800
Return-Path: <maillist@beunion.net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 20156 invoked from network); 5 Jun 2001 00:01:35 -0000
Received: from brick.recoil.org (212.25.240.43)
  by horde.org with SMTP; 5 Jun 2001 00:01:35 -0000
Received: (qmail 15653 invoked from network); 4 Jun 2001 11:30:34 -0000
Received: from ip-170-166-66-202.rev.dyxnet.com (HELO vincent.techsoft.com.hk) (202.66.166.170)
  by brick.recoil.org with SMTP; 4 Jun 2001 11:30:34 -0000
Received: (qmail 7001 invoked by uid 99); 4 Jun 2001 10:33:25 -0000
Received: from 195.194.178.252 ( [195.194.178.252])
	as user maillist@beunion.net@localhost by vincent.techsoft.com.hk with HTTP;
	Mon,  4 Jun 2001 18:33:25 +0800
Message-ID: <991650805.3b1b63f55923e@vincent.techsoft.com.hk>
Date: Mon,  4 Jun 2001 18:33:25 +0800
From: maillist <maillist@beunion.net>
To: dev@lists.horde.org
Cc: imp@lists.horde.org
References: <991459010.3b1876c2da88d@vincent.techsoft.com.hk> <991464153.3b188ad93cb6d@marina.horde.org>
In-Reply-To: <991464153.3b188ad93cb6d@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=Big5
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs Modified by Techsoft
X-Originating-IP: 195.194.178.252
Subject: Re: [dev] Fwd: autologout feature

hi,

could you gimme some little help by giving me a little more specific 
instructions? as I'm quite new to IMP 2.3.7 cvs.

is that something related to php.ini?
cuz I have read back the mailing list, and some passages mentioned $lifetime as 
a parameter for session.

thanks a lot.


Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting maillist <maillist@beunion.net>:
> 
> > wondering whether there is autologout feature in the CVS version.
> > 
> > and how to enable it?
> 
> Just set the session lifetime property of the php4 session engine 
> (http://www.php.net/manual/ref.session.php).
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> Black and white and grey, all the shades of truth.
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-----------------------------------------------------------
This mail sent through IMP: http://webmail.techsoft.com.hk/