X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=functions.h;h=18b0b04cd09e2009d9dd9e3f74dcd6797ecbc206;hb=16ff93bd19515d67ea15468b4adb35395970a559;hp=9ef5858d0c0e7a8caabadae49ec68e07d5319f4b;hpb=420f3633557ed75a0de989eb065af6e09eed29ba;p=apps%2Fmadmutt.git diff --git a/functions.h b/functions.h index 9ef5858..18b0b04 100644 --- a/functions.h +++ b/functions.h @@ -467,11 +467,20 @@ struct binding_t OpPgp[] = { { NULL, 0, NULL } }; -/* Don't know an useful key binding yet. But. just in case, adding this already */ + + +/* When using the GPGME based backend we have some useful functions + for the SMIME menu. */ struct binding_t OpSmime[] = { +#ifdef CRYPT_BACKEND_GPGME + { "verify-key", OP_VERIFY_KEY, "c" }, + { "view-name", OP_VIEW_ID, "%" }, +#endif { NULL, 0, NULL } }; + + #ifdef MIXMASTER struct binding_t OpMix[] = { { "accept", OP_MIX_USE, M_ENTER_S },