Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mail/smtpmail.el

    r4037 r4161  
    177177  "Specify STARTTLS keys and certificates for servers. 
    178178This is a list of four-element list with `servername' (a string), 
    179 `port' (an integer), `key' (a filename) and `certificate' (a filename)." 
     179`port' (an integer), `key' (a filename) and `certificate' (a 
     180filename). 
     181If you do not have a certificate/key pair, leave the `key' and 
     182`certificate' fields as `nil'.  A key/certificate pair is only 
     183needed if you want to use X.509 client authenticated 
     184connections." 
    180185  :type '(repeat (list (string  :tag "Server") 
    181186                       (integer :tag "Port")