aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorSimon Josefsson <[email protected]>2006-09-06 09:08:55 +0000
committerSimon Josefsson <[email protected]>2006-09-06 09:08:55 +0000
commit8bf5f8c5d22e372ecda7e158136b3f9f0fad6442 (patch)
tree1dfa9ffa4ac8a7f92062f909069d8a73d184c56b /lisp/mail
parent04e28558df772845d83d5e870300b755b2528b57 (diff)
2006-09-06 Simon Josefsson <[email protected]>
* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/smtpmail.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index ff38cd25ff..3fc0477a0a 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -176,7 +176,12 @@ looks like `user@realm'."
(defcustom smtpmail-starttls-credentials '(("" 25 "" ""))
"Specify STARTTLS keys and certificates for servers.
This is a list of four-element list with `servername' (a string),
-`port' (an integer), `key' (a filename) and `certificate' (a filename)."
+`port' (an integer), `key' (a filename) and `certificate' (a
+filename).
+If you do not have a certificate/key pair, leave the `key' and
+`certificate' fields as `nil'. A key/certificate pair is only
+needed if you want to use X.509 client authenticated
+connections."
:type '(repeat (list (string :tag "Server")
(integer :tag "Port")
(file :tag "Key")