At Sat, Jan 26 2002 [22:34 -0500], Ben Logan aroused my curiosity with:
Hello Ben :-)
> set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor
>--textmode --clearsign %?a?-u %a? %f"
pgp_sign_command is set to create old-style pgp signatures - for this
reason the variable pgp_clearsign_command exists.
Change your pgp_sign_command="..." to pgp_clearsign_command="..." and
add another line with pgp_sign_command like this one:
set pgp_sign_command="gpg --no-verbose --batch --output -
--passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
^^^^^^^^^^^
(this should create a detached sig)
Tschoe,
Steff