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.
-# 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
-#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"