summaryrefslogtreecommitdiffstats
path: root/contrib/smime.rc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-03-02 12:11:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-03-02 12:11:33 +0000
commit26c60d1aa1b0f706625969ceb052d8fa22b121ff (patch)
treeaa682c2bfae2ebc6f85ef89f77a887b6e3964c45 /contrib/smime.rc
parent40f96d386ba185ef342fa6270eba4434869fdfdf (diff)
Introduce smime_default_key. From Oliver Ehli.
Diffstat (limited to 'contrib/smime.rc')
-rw-r--r--contrib/smime.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/smime.rc b/contrib/smime.rc
index 0aacbd09..635496b8 100644
--- a/contrib/smime.rc
+++ b/contrib/smime.rc
@@ -23,7 +23,11 @@ set crypt_verify_sig = yes
# The (default) keyfile for signing/decrypting. Uncomment the following
# line and replace the keyid with your own.
-#set smime_sign_as="12345678.0"
+set smime_default_key="12345678.0"
+
+# Uncommen 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.
+# unset smime_decrypt_use_default_key
# Path to a file or directory with trusted certificates
set smime_ca_location="~/.smime/ca-bundle.crt"