Excel and Word Attachments.

MrJacK mrjack@fastorama.com
Mon, 11 Feb 2002 16:03:15 +0100


---------------------- multipart/alternative attachment
Hello,
=20
I have try to setup the possibility to open doc and xls documents
directly from IMP.
But when i click on the link it=92s open me a little windows and front =
of
this a dialog box where i have the possibility to open / save / cancel
the document.
What=92s wrong ?
=20
This is my horde/config/mimes_drivers.php file :
=20
$mime_drivers['horde']['msword']['location'] =3D '/usr/bin/wvHtml';
$mime_drivers['horde']['msword']['inline'] =3D true;
$mime_drivers['horde']['msword']['handles'] =3D array(
    'application/msword',
    'text/rtf',
    'x-extension/doc',
    'x-extension/rtf');
$mime_drivers['horde']['msword']['icons'] =3D array(
    'default' =3D> 'msword.gif');
=20
$mime_drivers['horde']['msexcel']['location'] =3D =
'/usr/local/bin/xlhtml';
$mime_drivers['horde']['msexcel']['inline'] =3D false;
$mime_drivers['horde']['msexcel']['handles'] =3D array(
    'application/vnd.ms-excel',
    'application/msexcel',
    'x-extension/xls');
$mime_drivers['horde']['msexcel']['icons'] =3D array(
    'default' =3D> 'msexcel.gif');
=20
Thanks for your help !
=20
Regards,
=20
Rapha=EBl

---------------------- multipart/alternative attachment--