From: Konstantin Stephan Date: Mon, 15 Jan 2018 14:43:53 +0000 (+0000) Subject: Update smime.rc: Typo fix, consistent headings X-Git-Tag: mutt-1-10-rel~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd130cf5ff1c00d842ee6449d9c7d2f0331e06c;p=mutt Update smime.rc: Typo fix, consistent headings --- diff --git a/contrib/smime.rc b/contrib/smime.rc index 532ac9ec..58d274f4 100644 --- a/contrib/smime.rc +++ b/contrib/smime.rc @@ -19,7 +19,7 @@ set crypt_replysign = yes set crypt_replysignencrypted = yes set crypt_verify_sig = yes -# Section A: Key Management. +# Section A: Key Management # The (default) keyfile for signing/decrypting. Uncomment the following # line and replace the keyid with your own. @@ -56,7 +56,7 @@ set smime_import_cert_command="smime_keys add_cert %f" -# Sction B: Outgoing messages +# Section B: Outgoing messages # Algorithm to use for encryption. # valid choices are aes128, aes192, aes256, rc2-40, rc2-64, rc2-128, des, des3 @@ -74,7 +74,7 @@ set smime_sign_command="openssl smime -sign -md %d -signer %c -inkey %k -passin -#Section C: Incoming messages +# Section C: Incoming messages # Decrypt a message. Output is a MIME entity. set smime_decrypt_command="openssl smime -decrypt -passin stdin -inform DER -in %f -inkey %k -recip %c"