X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=9f043054b5cde0c3776f30abb1addd4b13cb140a;hp=4ff002073517d1dea83d70d90e6cd1dca0cc3f2f;hb=17c3e8818f544a89c845331886c322049c7d2fa6;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/init.h b/init.h index 4ff0020..9f04305 100644 --- a/init.h +++ b/init.h @@ -2388,6 +2388,17 @@ 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 + ** + ** .pp + ** Defines wether to use STARTTLS. If this option is set to ``required'' + ** and the server does not support STARTTLS or there is an error in the + ** TLS Handshake, the connection will fail. Setting this to ``enabled'' + ** will try to start TLS and continue without TLS in case of an error. + */ #endif #if defined(USE_SSL) || defined(USE_GNUTLS) #ifdef USE_SSL