]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-smime.rc.patch
- cd.purge_message, cd.trash_folder, gpgme, imap_fast_trash,
[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
2c6e17e3 10 # Uncomment this if you don't want to set labels for certificates you add.
a8b0f0e7 11 # unset smime_ask_cert_label
b324a978 12@@ -13,10 +13,10 @@
a8b0f0e7
JR
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
a8b0f0e7 26
b324a978 27@@ -47,13 +47,14 @@
a8b0f0e7
JR
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!)
b324a978 36 set smime_certificates="~/.smime/certificates"
a8b0f0e7
JR
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.032361 seconds and 4 git commands to generate.