]> granicus.if.org Git - neomutt/commitdiff
Update smime.rc: Typo fix, consistent headings
authorKonstantin Stephan <pigleich3@gmx.net>
Mon, 15 Jan 2018 14:43:53 +0000 (14:43 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 16 Jan 2018 11:03:19 +0000 (11:03 +0000)
contrib/smime.rc

index bc15fed03b3b64afe39d658ddbb08f53a4538a38..dfd724f876cbe0182b11dde37f2c22b268e82598 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="/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"