[imp] IMP, problem to create key pgp
Manuel Rodríguez Salgado
mrsalgado at gmail.com
Mon Mar 27 01:09:27 PST 2006
Hi,
i have configured imp 4.1, with /usr/bin/gpg configured to create pgp keys.
When i create the key (with https), imp say it is not possible to create.
I think that it is a problem of gpg, but nonencounter the solution.
Some idea ??
my prefs.conf of IMP is:
$_prefs['use_pgp'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'implicit'
);
// You should not manually change the rest of the PGP entries
$_prefs['pgp_attach_pubkey'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['pgp_scan_body'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['pgp_private_key'] = array(
'value' => '',
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['pgp_public_key'] = array(
'value' => '',
'locked' => false,
'shared' => false,
'type' => 'implicit');
thanks
More information about the imp
mailing list