summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-07-06 14:39:42 -0700
committerKevin McCarthy <kevin@8t8.us>2022-07-06 14:45:47 -0700
commit0614c38c32221199aeb85b2ccd63a9885a9c402c (patch)
tree98cf32cdac5a220ed756fc46096c3ab06abf1f3d
parent97f8eee2579a36e355ef4f765f36689cfe1fd2f6 (diff)
Comment out undesirable default settings in smime.rc.
Some distributions, such as Debian, use the contrib/smime.rc as a default system configuration file (under /etc/Muttrc.d). However settings such as $smime_is_default and $crypt_autosign should not be enabled by default for everyone. Debian previously maintained a patch against the file, commenting out those settings, but the patch somehow got dropped and is causing confusion for Debian users. Since the settings aren't necessarily desirable for anyone who wants to use S/MIME, comment them out in the contrib file.
-rw-r--r--contrib/smime.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/smime.rc b/contrib/smime.rc
index 410606c2..05c4dffc 100644
--- a/contrib/smime.rc
+++ b/contrib/smime.rc
@@ -4,20 +4,20 @@
# If you compiled mutt with support for both PGP and S/MIME, PGP
# will be the default method unless the following option is set
-set smime_is_default
+# set smime_is_default
# Uncomment this if you don't want to set labels for certificates you add.
# unset smime_ask_cert_label
# Passphrase expiration
-set smime_timeout=300
+# set smime_timeout=300
# Global crypto options -- these affect PGP operations as well.
-set crypt_autosign = yes
-set crypt_replyencrypt = yes
-set crypt_replysign = yes
-set crypt_replysignencrypted = yes
-set crypt_verify_sig = yes
+# set crypt_autosign = yes
+# set crypt_replyencrypt = yes
+# set crypt_replysign = yes
+# set crypt_replysignencrypted = yes
+# set crypt_verify_sig = yes
# Section A: Key Management