X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=mutt-smime.rc.patch;h=c720e1ee31b5604798b762125568294f86113061;hb=c9b5359c6c0dff8b249320902012da18ca7f1720;hp=d4e111b0606e30df9e527d83e16504c2dcca5a6f;hpb=a8b0f0e7ab3be25aeb581054136b774762cd0a36;p=packages%2Fmutt.git diff --git a/mutt-smime.rc.patch b/mutt-smime.rc.patch index d4e111b..c720e1e 100644 --- a/mutt-smime.rc.patch +++ b/mutt-smime.rc.patch @@ -7,9 +7,9 @@ -set smime_is_default +# set smime_is_default - # Uncoment this if you don't want to set labels for certificates you add. + # Uncomment this if you don't want to set labels for certificates you add. # unset smime_ask_cert_label -@@ -13,30 +13,31 @@ +@@ -13,10 +13,10 @@ set smime_timeout=300 # Global crypto options -- these affect PGP operations as well. @@ -23,15 +23,8 @@ +# set crypt_replysignencrypted = yes set crypt_verify_sig = yes - # Section A: Key Management. - # The (default) keyfile for signing/decrypting. Uncomment the following - # line and replace the keyid with your own. --set smime_default_key="12345678.0" -+# set smime_default_key="12345678.0" - - # Uncommen to make mutt ask what key to use when trying to decrypt a message. - # It will use the default key above (if that was set) else. +@@ -47,13 +47,14 @@ # unset smime_decrypt_use_default_key # Path to a file or directory with trusted certificates @@ -40,8 +33,7 @@ +set smime_ca_location="/etc/certs/ca-certificates.crt" # Path to where all known certificates go. (must exist!) --set smime_certificates="~/.smime/certificates" -+# set smime_certificates="~/.smime/certificates" + set smime_certificates="~/.smime/certificates" # Path to where all private keys go. (must exist!) -set smime_keys="~/.smime/keys"