X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=blobdiff_plain;f=mutt-smime.rc.patch;h=c720e1ee31b5604798b762125568294f86113061;hp=1bef8a950894b7287fd298eb5de93d6b3b6ee93d;hb=b324a978caa4a15a3e53605acdb7559a705c8e7f;hpb=9c1df5d5ae9171376a8568f9297c0c5c17e6cbe9 diff --git a/mutt-smime.rc.patch b/mutt-smime.rc.patch index 1bef8a9..c720e1e 100644 --- a/mutt-smime.rc.patch +++ b/mutt-smime.rc.patch @@ -9,7 +9,7 @@ # 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" - - # Uncomment 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"