[imp] No Inline Images.

Scott Martin martin@math.ohiou.edu
Wed, 8 Nov 2000 08:26:52 -0500


The developers are taking a pole right now to see who supports inline images
for IMP so the code can be added to the development version (2.3). Everybody
who does or doesn't want inline images should give their opinion. Thanks!

----- Original Message -----
From: "Alan Pater" <alan@celasmaya.edu.gt>
To: "IMP mailing list" <imp@lists.horde.org>
Sent: Tuesday, November 07, 2000 5:15 PM
Subject: [imp] No Inline Images.


> Ok. I've read the FAQ, tried a lot of different combinations to
> these settings, but inline images still will not work for me. I can
> view the image in a new window, but not inline. I've been testing
> with a gif that's only 0.28KB.
>
> << In imp/config/defaults.php3 >>
>
> $default->text_parts_inline              = true;
> $default->inline_in_parts_list           = false;
> $default->view_message_source            = false;
>
> <<  In imp/config/mime.php3  >>
>
> $mime_actions['image/'] =
> array(
>       'action'          => 'default',
>       'function'        => 'mime_action_images',
>       'view'            => true,
>       'inline'          => true,
>       'download'        => false,
>       'icon'            => 'mime_image.gif'
>       );
>
> One thing that has me confused is the << 'action' => 'default', >>
> line. Shouldn't that be << 'action' => 'function', >> ? But that
> just breaks the whole system.
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>