Hi,

to use my old pgpkey I need to load the idea-extension to gpg.

Normally this will be realized in the "options"-file, but in
lib/Horde/Crypt/pgp.php use the "--no-options".

In the moment I add the extension directly in the code in
lib/Horde/Crypt/pgp.php by adding

        /* Store the location of GnuPG and set common options. */
        $this->_gnupg = array(
            $params['program'],
            '--no-tty',
            '--no-secmem-warning',
            '--no-options',
            '--no-default-keyring',
            '--yes',
+            '--load-extension /var/httpd/servers/www.gwmail.de/idea',
            '--homedir ' . $this->_tempdir
        );

but this not the right way.

Any ideas?

Kind Regards
Christian



-- 
Christian Kuehn
eMail: [EMAIL PROTECTED]
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to