]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-smime.rc.patch
- rel 1
[packages/mutt.git] / mutt-smime.rc.patch
CommitLineData
a8b0f0e7
JR
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 # Uncoment this if you don't want to set labels for certificates you add.
11 # unset smime_ask_cert_label
12@@ -13,30 +13,31 @@
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 # Section A: Key Management.
27
28 # The (default) keyfile for signing/decrypting. Uncomment the following
29 # line and replace the keyid with your own.
30-set smime_default_key="12345678.0"
31+# set smime_default_key="12345678.0"
32
33 # Uncommen to make mutt ask what key to use when trying to decrypt a message.
34 # It will use the default key above (if that was set) else.
35 # unset smime_decrypt_use_default_key
36
37 # Path to a file or directory with trusted certificates
38-set smime_ca_location="~/.smime/ca-bundle.crt"
39+# set smime_ca_location="~/.smime/ca-bundle.crt"
40+set smime_ca_location="/etc/certs/ca-certificates.crt"
41
42 # Path to where all known certificates go. (must exist!)
43-set smime_certificates="~/.smime/certificates"
44+# set smime_certificates="~/.smime/certificates"
45
46 # Path to where all private keys go. (must exist!)
47-set smime_keys="~/.smime/keys"
48+# set smime_keys="~/.smime/keys"
49
50 # These are used to extract a certificate from a message.
51 # First generate a PKCS#7 structure from the message.
This page took 0.034787 seconds and 4 git commands to generate.