]> granicus.if.org Git - mutt/commit
Use gpgme recipient strings for encryption when available.
authorKevin McCarthy <kevin@8t8.us>
Mon, 4 Mar 2019 07:05:50 +0000 (15:05 +0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 5 Mar 2019 05:12:01 +0000 (13:12 +0800)
commit2366e3d6d792c3c54ee7b0440a93c0fe82b9f84d
treeb4ebb8e237adbba58c3bd1ae2922f86ed2fda4ec
parent67bdfa3110d22c00fe658ce464a6eb515fbfc590
Use gpgme recipient strings for encryption when available.

For gpgme >= 1.11.0, use gpgme_op_encrypt_ext() and
gpgme_op_encrypt_sign_ext() to specify recipients as a string.

This allows '!' to specify forcing a subkey, as is the case in classic
gpg and from the command line.

Remove the '!' "force valid" usage for the newer version.
crypt-gpgme.c