#3665: Encrypting postponed messages
--------------------------+----------------------
Reporter: Christian | Owner: kevin8t8
Type: enhancement | Status: assigned
Priority: major | Milestone:
Component: crypto | Version:
Resolution: | Keywords: patch
--------------------------+----------------------
Comment (by kevin8t8):
It looks like the "--encrypt-to %a" is causing the problem. The %a is
empty in the invocation when postponing.
In my testing, with this pgp_encrypt_only_command setting, trying to send
an encrypt only email (not signed) fails with the same message.
Looking at the source, it appears %a is only populated for the
pgp_encrypt_sign_command; it is not populated for the
pgp_encrypt_only_command. [See pgp_invoke_encrypt() and
_mutt_fmt_pgp_command()].
Therefore, I don't believe it is (currently) legal to have the %a in that
setting. An alternative would be adding the encrypt-to setting in your
gpg.conf.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3665#comment:7>
Mutt <http://www.mutt.org/>
The Mutt mail user agent