X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=init.h;h=87036a44c6309ef895cc6b3e2bae161990c5c5bb;hb=9947a86824157580c28e92cc5e0691a9c3c8b8a8;hp=4ff002073517d1dea83d70d90e6cd1dca0cc3f2f;hpb=be393b838c5e0b8dfe9bedcc7a4a63f05caae7c4;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index 4ff0020..87036a4 100644 --- a/init.h +++ b/init.h @@ -2388,6 +2388,20 @@ struct option_t MuttVars[] = { ** Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP ** servers will probably desire 587, the mail submission port. */ + {"smtp_use_tls", DT_STR, R_NONE, UL &SmtpUseTLS, 0}, + /* + ** .pp + ** Availability: SMTP (and SSL) + ** + ** .pp + ** Defines wether to use STARTTLS. If this option is set to ``\fIrequired\fP'' + ** and the server does not support STARTTLS or there is an error in the + ** TLS Handshake, the connection will fail. Setting this to ``\fIenabled\fP'' + ** will try to start TLS and continue without TLS in case of an error. + ** + **.pp + ** Muttng still needs to have SSL support enabled in order to use it. + */ #endif #if defined(USE_SSL) || defined(USE_GNUTLS) #ifdef USE_SSL