]> granicus.if.org Git - mutt/commitdiff
Update smime.rc: Typo fix, consistent headings
authorKonstantin Stephan <pigleich3@gmx.net>
Mon, 15 Jan 2018 14:43:53 +0000 (14:43 +0000)
committerKonstantin Stephan <pigleich3@gmx.net>
Mon, 15 Jan 2018 14:43:53 +0000 (14:43 +0000)
contrib/smime.rc

index 532ac9ec004a11827cf7044c9cf29bbae4112369..58d274f4c41d2c8725fc5c09cddd4d3dad192dcf 100644 (file)
@@ -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"