[imp] [SOLVED] Unable to decrypt PGP encrypted message after Update

Arjen de Korte arjen+horde at de-korte.org
Wed Jul 9 18:31:16 UTC 2014


Citeren Sören Mindorf <soeren at mindorf-it.de>:

> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5849 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/imp/attachments/20140709/121c9d1b/attachment.bin>


More information about the imp mailing list