Release: 1.2.4
Environment
Win32, WinXP, gnupg-1.2.4
Description
The --edit-key command, which normally sends data to stdout, does not respect the --output option even when using the --batch option.
How To Repeat
gpg --batch --output foo --edit-key
Fix
Do not use the $CONOUT handle when running in --output mode or
(better?) do not use it in --batch mode and redirect it to the normal STDOUT or --output FILEHANDLE instead.