summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-02-02 15:10:34 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-29 19:15:09 -0800
commitd3d0f3a23dfac4c326f68cdc99430858e2572198 (patch)
treefaa1006c1849b63f3cd4ac47d32a7cadecc0d3ec /pgp.h
parent093cc268e9e812ca647f6edfcf8028dff9b62650 (diff)
Change send_menus to set sctx instead of globals.
Add a "cleared" bit for smime_crypt_alg. Otherwise clearing the value in smime.c's menu would cause the compose menu and mutt_protect() to fall back to using SmimeCryptAlg.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.h b/pgp.h
index a62e251a..92a24dc8 100644
--- a/pgp.h
+++ b/pgp.h
@@ -104,6 +104,6 @@ BODY *pgp_traditional_encryptsign (BODY *, int, char *);
BODY *pgp_encrypt_message (BODY *, char *, int);
BODY *pgp_sign_message (BODY *);
-int pgp_send_menu (HEADER *msg);
+void pgp_send_menu (SEND_CONTEXT *sctx);
#endif /* CRYPT_BACKEND_CLASSIC_PGP */