Summary | Images in .doc attachments didn't shows |
Queue | IMP |
Queue Version | 4.0.2 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | alex (at) vc (dot) bks (dot) by |
Created | 03/19/2005 (7494 days ago) |
Due | |
Updated | 03/19/2005 (7494 days ago) |
Assigned | |
Resolved | 03/19/2005 (7494 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
imp/config/mime_drivers.php, but is in horde/config/mime_drivers.php.
What shall I do? If I simple comment MS Word driver settings, Imp
shows me notice "Undefined index: msword in
/usr/share/horde/lib/Horde/MIME/Viewer.php on line 75", and still try
to open document in new window, if clicked.
What option tells Imp, that this file must be opened by client application?
State ⇒ Not A Bug
documents. The wvHtml issue is known, and won't be fixed unless
someone comes up with an elegant solution that takes into account the
security issues involved.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Images in .doc attachments didn't shows
Queue ⇒ IMP
But if document contain some graphics, this graphics didn't shown,
because link to images are wrong. In my case, link to image in
generated html document was like that:
"...horde/imp/msword0x0mQl0.png", when this png file was located in
/tmp directory, what currently unavailable from web.
I can make symlink like "horde/imp/tmp --> /tmp", but in this case you
must change something in code, that link to image in html document
contain "/tmp" before filename.
P.S. What I must change in configuraton to keep old-style mode, when
clicking on filename starts up application on client side?