]> git.eshelyaron.com Git - emacs.git/commitdiff
2006-09-06 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Wed, 6 Sep 2006 09:08:55 +0000 (09:08 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 6 Sep 2006 09:08:55 +0000 (09:08 +0000)
* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.

lisp/ChangeLog
lisp/mail/smtpmail.el

index a0fb52b352cd525cb5f5ca996da1b81bba3b3593..4a2dfbb0b0ff2cc9d7945c21577cfa857bc94dc7 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-06  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
+
 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
index ff38cd25ff8e9e8b77eb7db50aea722dec8dd2ba..3fc0477a0a0a6e4e76dadb8874ad77d0f7bdf0b3 100644 (file)
@@ -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")