]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-smime.rc.patch
- cd.signatures, keep_to, smime.rc, xface patches updated to 1.11.0
[packages/mutt.git] / mutt-smime.rc.patch
1 --- mutt-1.5.19/contrib/smime.rc~       2008-03-19 21:07:57.000000000 +0100
2 +++ mutt-1.5.19/contrib/smime.rc        2009-04-13 19:29:03.515858795 +0200
3 @@ -4,7 +4,7 @@
4  
5  # If you compiled mutt with support for both PGP and S/MIME, PGP
6  # will be the default method unless the following option is set
7 -set smime_is_default
8 +# set smime_is_default
9  
10  # Uncomment this if you don't want to set labels for certificates you add.
11  # unset smime_ask_cert_label
12 @@ -13,10 +13,10 @@
13  set smime_timeout=300
14  
15  # Global crypto options -- these affect PGP operations as well.
16 -set crypt_autosign = yes
17 -set crypt_replyencrypt = yes
18 -set crypt_replysign = yes
19 -set crypt_replysignencrypted = yes
20 +# set crypt_autosign = yes
21 +# set crypt_replyencrypt = yes
22 +# set crypt_replysign = yes
23 +# set crypt_replysignencrypted = yes
24  set crypt_verify_sig = yes
25  
26  
27 @@ -47,13 +47,14 @@
28  # unset smime_decrypt_use_default_key
29  
30  # Path to a file or directory with trusted certificates
31 -set smime_ca_location="~/.smime/ca-bundle.crt"
32 +# set smime_ca_location="~/.smime/ca-bundle.crt"
33 +set smime_ca_location="/etc/certs/ca-certificates.crt"
34  
35  # Path to where all known certificates go. (must exist!)
36  set smime_certificates="~/.smime/certificates"
37  
38  # Path to where all private keys go. (must exist!)
39 -set smime_keys="~/.smime/keys"
40 +# set smime_keys="~/.smime/keys"
41  
42  # These are used to extract a certificate from a message.
43  # First generate a PKCS#7 structure from the message.
This page took 0.022838 seconds and 3 git commands to generate.