Zitat von Christian Kuehn <[EMAIL PROTECTED]>:

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?

Maybe a configuration setting for additional extensions to be loaded?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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