[readability (fwd)]
Jon Parise
jon@horde.org
Fri, 2 Nov 2001 01:08:53 -0500
---------------------- multipart/mixed attachment
--
Jon Parise (jon@csh.rit.edu) . Information Technology (2001)
http://www.csh.rit.edu/~jon/ : Computer Science House Member
---------------------- multipart/mixed attachment
An embedded message was scrubbed...
From: Ed Weinberg <edw@q5comm.com>
Subject: readability
Date: Fri, 02 Nov 2001 01:03:04 -0500
Size: 1601
Url: http://lists.horde.org/archives/dev/attachments/81001719/attachment.eml
---------------------- multipart/mixed attachment--
>From jan@horde.org Date: Fri, 2 Nov 2001 10:27:15 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 82627 invoked from network); 2 Nov 2001 09:28:20 -0000
Received: from mailout06.sul.t-online.com (HELO mailout06.sul.t-online.de) (194.25.134.19)
by clark.horde.org with SMTP; 2 Nov 2001 09:28:20 -0000
Received: from fwd03.sul.t-online.de
by mailout06.sul.t-online.de with smtp
id 15zacc-0008CL-0D; Fri, 02 Nov 2001 10:28:18 +0100
Received: from linux.wg.de (320034214675-0001@[217.0.157.79]) by fmrl03.sul.t-online.com
with esmtp id 15zacW-1ngbaKC; Fri, 2 Nov 2001 10:28:12 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id fA29RFk14417
for <dev@lists.horde.org>; Fri, 2 Nov 2001 10:27:15 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@mail.wg.de by linux.wg.de with HTTP;
Fri, 2 Nov 2001 10:27:15 +0100
Message-ID: <1004693235.3be266f355262@linux.wg.de>
Date: Fri, 2 Nov 2001 10:27:15 +0100
From: Jan Schneider <jan@horde.org>
To: dev@lists.horde.org
References: <1004656341.3be1d6d5e1d54@Mail.SavvyWorld.Net>
In-Reply-To: <1004656341.3be1d6d5e1d54@Mail.SavvyWorld.Net>
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
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [dev] mime_drivers.php (head)
Zitat von Edwin Culp <eculp@EnContacto.Net>:
>
> I just realized that a jpg attachment has to be saved to disk. I
> assume
> that an entry needs to be made in mime_drivers.php and I have tried
> several without them working. I get an error message that
>
> Fatal error: Call to a member function on a non-object in
> /usr/src/horde/imp/view.php on line 81/* Jpeg Drivers */
>
> I had added the following to mime_drivers.php
>
> $mime_drivers['imp']['jpeg']['inline'] = true;
> $mime_drivers['imp']['jpeg']['handles'] = array(
> 'image/jpeg');
>
> Am I completely on the wrong track?
There was a misconfiguration in mime_drivers.php.dist. Update cvs and
rebuild mime_drivers.php from the .dist file or just delete the lines
containing $mime_drivers['horde']['default']['no_view']
Jan.
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::
>From eculp@EnContacto.Net Date: Fri, 2 Nov 2001 05:56:00 -0800
Return-Path: <eculp@EnContacto.Net>
Mailing-List: contact dev-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list dev@lists.horde.org
Received: (qmail 88046 invoked from network); 2 Nov 2001 13:56:03 -0000
Received: from adsl-64-173-182-158.dsl.mtry01.pacbell.net (HELO savvyworld.net) (64.173.182.158)
by clark.horde.org with SMTP; 2 Nov 2001 13:56:03 -0000
Received: (from root@localhost)
by savvyworld.net (8.11.6/8.11.4) id fA2Du0E61207;
Fri, 2 Nov 2001 05:56:00 -0800 (PST)
(envelope-from eculp@EnContacto.Net)
Received: from 24.20.19.75 ( [24.20.19.75])
as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP;
Fri, 2 Nov 2001 05:56:00 -0800
Message-ID: <1004709360.3be2a5f088b78@Mail.SavvyWorld.Net>
Date: Fri, 2 Nov 2001 05:56:00 -0800
From: Edwin Culp <eculp@EnContacto.Net>
To: dev@lists.horde.org, Jan Schneider <jan@horde.org>
References: <1004656341.3be1d6d5e1d54@Mail.SavvyWorld.Net> <1004693235.3be266f355262@linux.wg.de>
In-Reply-To: <1004693235.3be266f355262@linux.wg.de>
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
X-Originating-IP: 24.20.19.75
Subject: Re: [dev] mime_drivers.php (head)
Solved the problem Jan. Thanks. Sorry that I didn't pick it up.
ed
Quoting Jan Schneider <jan@horde.org>:
| Zitat von Edwin Culp <eculp@EnContacto.Net>:
|
| >
| > I just realized that a jpg attachment has to be saved to disk. I
| > assume
| > that an entry needs to be made in mime_drivers.php and I have tried
| > several without them working. I get an error message that
| >
| > Fatal error: Call to a member function on a non-object in
| > /usr/src/horde/imp/view.php on line 81/* Jpeg Drivers */
| >
| > I had added the following to mime_drivers.php
| >
| > $mime_drivers['imp']['jpeg']['inline'] = true;
| > $mime_drivers['imp']['jpeg']['handles'] = array(
| > 'image/jpeg');
| >
| > Am I completely on the wrong track?
|
| There was a misconfiguration in mime_drivers.php.dist. Update cvs and
| rebuild mime_drivers.php from the .dist file or just delete the lines
| containing $mime_drivers['horde']['default']['no_view']
|
| Jan.
|
| ::::::::::::::::::::::::::::::::::::::::
| AMMMa AG - discover your knowledge
| :::::::::::::::::::::::::::
| Detmolder Str. 25-33 :: D-33604 Bielefeld
| fon +49.521.96878-0 :: fax +49.521.96878-20
| http://www.ammma.de
| ::::::::::::::::::::::::::::::::::::::::::::::
|
| --
| Horde Developers mailing list: http://horde.org/
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: dev-unsubscribe@lists.horde.org
|
|
---