From 8de86bb07d40f65c33bd64b335a888b624f08e15 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sat, 27 May 2017 00:37:42 +0100 Subject: [PATCH] remove unused option: SmimeSignOpaqueCommand It was never used. --- globals.h | 1 - init.h | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/globals.h b/globals.h index 8a737593e..832461988 100644 --- a/globals.h +++ b/globals.h @@ -317,7 +317,6 @@ WHERE char *SmimeVerifyOpaqueCommand; WHERE char *SmimeDecryptCommand; WHERE char *SmimeSignCommand; WHERE char *SmimeDigestAlg; -WHERE char *SmimeSignOpaqueCommand; WHERE char *SmimeEncryptCommand; WHERE char *SmimeGetSignerCertCommand; WHERE char *SmimePk7outCommand; diff --git a/init.h b/init.h index f53e4e156..3d6e643af 100644 --- a/init.h +++ b/init.h @@ -3591,17 +3591,6 @@ struct Option MuttVars[] = { ** Valid choices are ``md5'', ``sha1'', ``sha224'', ``sha256'', ``sha384'', ``sha512''. ** (S/MIME only) */ - { "smime_sign_opaque_command", DT_STR, R_NONE, UL &SmimeSignOpaqueCommand, 0 }, - /* - ** .pp - ** This command is used to created S/MIME signatures of type - ** \fCapplication/x-pkcs7-signature\fP, which can only be handled by mail - ** clients supporting the S/MIME extension. - ** .pp - ** This is a format string, see the $$smime_decrypt_command command for - ** possible \fCprintf(3)\fP-like sequences. - ** (S/MIME only) - */ { "smime_timeout", DT_NUM, R_NONE, UL &SmimeTimeout, 300 }, /* ** .pp -- 2.49.0