> macro compose S "Fgpg --no-verbose --batch -o - --passphrase-fd 0
> --armor --textmode --clearsign %?a?-u %a? %f"
>
> .. but this doesn't work.
ok, my next try was:
macro compose S "|gpg --clearsign --armor\n"
to pipe the mail to gpg manualy. It works fine, but not really :)
The mail gets signed and dumped onto the screen. How can I write
this output (with the -o option of gpg) to the file in the /tmp dir
(my mail)? When I try it with "-o %s" or "-o %f", the mail will be
written into the _files_ "%s" and "%f" ... not into the tempfile.
So, what can I do to write the output of the above gpg command to
the file in /tmp ?
--
Rene Lange ([EMAIL PROTECTED])
PGP signature