Summary | gpg key generation fails; fix included |
Queue | IMP |
Queue Version | 4.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | lucas (at) woofco (dot) net |
Created | 12/28/2005 (7204 days ago) |
Due | |
Updated | 12/28/2005 (7204 days ago) |
Assigned | |
Resolved | 12/28/2005 (7204 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ gpg key generation fails; fix included
Queue ⇒ IMP
happens. gpg is never called, and the page returns immediately showing
no errors. no errors are recorded in the horde error log or apache
error log.
The error causing this is on line 252 in imp/templates/pgp/pgp.inc.
Inside the javascript code,
document.prefs.actionID.value
should be
document.pgp.actionID.value
Changing this makes gpg/pgp work as expected.