From: Konstantin Stephan Date: Mon, 15 Jan 2018 14:43:53 +0000 (+0000) Subject: Update smime.rc: Typo fix, consistent headings X-Git-Tag: neomutt-20180223~45^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1820b92c7f510c32ab564007a333597d46dad8c;p=neomutt Update smime.rc: Typo fix, consistent headings --- diff --git a/contrib/smime.rc b/contrib/smime.rc index bc15fed03..dfd724f87 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="/usr/lib/neomutt/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"