Citeren Sören Mindorf <[email protected]>:

Hello,

I found the problem.

in imp/config/mime_drivers.php

I've enabled

'pgp_inline' => true,

Now its working.

This is wrong. You should never, ever modify the configuration files that came with Horde yourself. This is also what the line

 * IMPORTANT: DO NOT EDIT THIS FILE!

is trying to tell you. You should create a file 'imp/config/mime_drivers.local.php' instead with

   <?php
   $mime_drivers['plain']['pgp_inline'] = true;

in it.
--
This message was sent from a mailinglist subscription address.
For off-list replies, you must remove the address extension.

Attachment: smime.p7s
Description: S/MIME Signature

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to