[imp] Compose message window size ----> I have read the FAQ's ;-) IMP-2.2.3 ??

Shifter webshifter@webshifter.com
Fri, 2 Feb 2001 07:38:08 -0700


David,

If you are using IMP in English, this is how I fixed it:

In the file imp/locale/en/openwin.lang

Change the following:
$lang->compose_width = '480';    // I think 480 was the default
TO
$lang->compose_width = '795';    // 800 is a little too big for 800x600 res


Hope this fixes your itch.

Regards,
Stephen



----- Original Message -----
From: "David Wilson" <davew@sai.co.za>
To: <imp@lists.horde.org>
Sent: Friday, February 02, 2001 5:44 AM
Subject: [imp] Compose message window size ----> I have read the FAQ's ;-)
IMP-2.2.3 ??


> Hi guys, howzit going ?
>
> For some reason the answers in the FAQ's for increasing the compose
message
> window size doesn't seem to work with imp-2.2.3?
> $default->screen_size = 'large';
> $default->compose_body_cols = '100';
>
> I have tried both of the above and none seem to have any effect.
> Please help if you have any ideas how to increase the window size, I'm
> running horde-1.2.3 & imp-2.2.3.
> Thanks
>
> Kindest regards
> David Wilson
> The S.A Internet
>
>
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>



>From max@the Date: Fri,  2 Feb 2001 06:40:30 -0800
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 10984 invoked from network); 2 Feb 2001 14:43:48 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 2 Feb 2001 14:43:48 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f12EeUZ26558
	for imp@lists.horde.org; Fri, 2 Feb 2001 06:40:30 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 24.16.85.200 ( [24.16.85.200])
	as user max@imap.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Fri,  2 Feb 2001 06:40:30 -0800
Message-ID: <981124830.3a7ac6de09c5b@www.the-triumvirate.net>
Date: Fri,  2 Feb 2001 06:40:30 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <20010202.AAA981112085@timelec.com.hk> <981123964.3a7ac37c3d0aa@www.the-triumvirate.net>
In-Reply-To: <981123964.3a7ac37c3d0aa@www.the-triumvirate.net>
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: 24.16.85.200
Subject: Re: [imp] [Personal] icon in Inbox

Quoting Max Kalika <max@the-triumvirate.net>:

> when the results of get_from() match the To: address.

[insert lack of alertness excuse here]

not get_from()... when the results of IMP::getPlainAddress() which should 
contain the bare address of the imp user. i.e. for me:

   max@the-triumvirate.net

and if that string appears somewhere in the To: header, then the personal icon 
will appear.

--mk23