]> granicus.if.org Git - neomutt/commitdiff
remove unused option: SmimeSignOpaqueCommand
authorRichard Russon <rich@flatcap.org>
Fri, 26 May 2017 23:37:42 +0000 (00:37 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 1 Jun 2017 19:33:31 +0000 (20:33 +0100)
It was never used.

globals.h
init.h

index 8a737593e9d27953a010252b1b058a6c7b49c1f6..832461988fa4df9d231ada2ec986fd5a15b6757f 100644 (file)
--- 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 f53e4e156c08b73fa69c9f35db3cf3134dd92e46..3d6e643af7eb7a166f64ac0cd017c17a8cb9ff7b 100644 (file)
--- 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