folders creation 2

Gregorio Faraldo ls_imp@itacom.com.py
Wed, 20 Feb 2002 17:39:00 -0300


Hi again
I do some test and i can see that if the user log for first  time and go 
directly to write a new message and theh try to save this in drafs folders 
then the user get the same error message

The folder "drafts" was not created. This is what the server said: Invalid 
mailbox name
There was an error saving a draft.

Are this normal or not ?


>From tdavis@birddog.com Date: 20 Feb 2002 14:52:15 -0600
Return-Path: <tdavis@birddog.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 24810 invoked from network); 20 Feb 2002 20:49:37 -0000
Received: from birddog131.birddog.com (HELO hermes.birddog.com) (63.125.164.131)
  by clark.horde.org with SMTP; 20 Feb 2002 20:49:37 -0000
Received: from td.birddog.com (td.birddog.com [10.15.5.100])
	by hermes.birddog.com (8.12.2/8.12.2) with ESMTP id g1KKn4wG007042
	for <imp@lists.horde.org>; Wed, 20 Feb 2002 14:49:04 -0600
From: Terry Davis <tdavis@birddog.com>
To: imp@lists.horde.org
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.2 
Date: 20 Feb 2002 14:52:15 -0600
Message-Id: <1014238340.13573.6.camel@td>
Mime-Version: 1.0
Subject: [imp] show images inline

I created these in both horde/config/mime_drivers.php and
imp/config/mime_drivers.php.

Here is what I put in both:
$mime_drivers['imp']['jpeg']['inline'] = true;
$mime_drivers['imp']['jpeg']['icons'] = array(
         'default' => 'image.gif' );
$mime_drivers['imp']['jpeg']['handles'] = array(
        'image/jpeg');

I also changed this line:
mime_drivers_map['imp']['registered'] = array('text', 'html', 'jpg');

Am I close here?  I was hoping it would display all images inline.  If I
click to open the image with what I have here, it displays an error in
the browser.
Thank you!

-- 
Terry Davis
Systems Administrator
BirdDog Solutions, Inc.
(402) 829-6059
www.birddog.com

>Hello,
>
>I would like for images to be shown inline.  I took a peek at the
>mime_drivers.php and tried hacking some stuff in there but was
>unsuccessful.  Is this possible?