[imp] How show attachment icon

Patrick Boutilier boutilpj at ednet.ns.ca
Fri Oct 9 01:43:54 UTC 2009


On 10/08/2009 01:31 PM, Michel Vega Fuenzalida wrote:
> Hello list. Sorry my english. I use that:
> Horde Applications
> * Dimp: H3 (1.1.2)
> * Horde: 3.3.4
> * Imp: H3 (4.3.5) (run Imp tests)
> * Ingo: H3 (1.2.1) (run Ingo tests)
> * Kronolith: H3 (2.3.1) (run Kronolith tests)
> * Mnemo: H3 (2.2.1)
> * Nag: H3 (2.3.2)
> * Turba: H3 (2.3.1) (run Turba tests)
>
> SO Debian4, Apache 2.2.3-4, PHP 5.2.0-8+etch15, in the
> horde3/imp/config/conf.php I have that:
> $conf['mailbox']['show_attachments'] = true;
>
> and the IMP not show de attachment icon (the paper clip) in the mailbox,
> who I can do for show de attachment icon, the problem is only in show de
> attachment icon, not in show/download de attachment when I read the mail.

Enable the msglist_format hook in imp conf.php

$conf['hooks']['msglist_format'] = true;


Also the following is not valid in IMP 4.3.x

$conf['mailbox']['show_attachments'] = true;


>
> Thanks



More information about the imp mailing list