X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=smime.c;h=aeef86380aef2c807bccaa04d7aaf7977c5e94e4;hp=afa7be4e3301e8a55a2821c9881705231ad452d2;hb=f5b0e714a215eddd4d9f8084b434b713f0a580b4;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/smime.c b/smime.c index afa7be4..aeef863 100644 --- a/smime.c +++ b/smime.c @@ -1861,11 +1861,9 @@ bail: } -void smime_application_smime_handler (BODY * m, STATE * s) +int smime_application_smime_handler (BODY * m, STATE * s) { - - smime_handle_entity (m, s, NULL); - + return smime_handle_entity (m, s, NULL) ? 0 : -1; } int smime_send_menu (HEADER * msg, int *redraw)