{"smtp_use_tls", DT_STR, R_NONE, UL &SmtpUseTLS, "" },
/*
** .pp
- ** Availability: SMTP (and SSL)
+ ** Availability: SMTP
**
** .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
- ** Madmutt still needs to have SSL support enabled in order to use it.
*/
#endif
{"pipe_split", DT_BOOL, R_NONE, OPTPIPESPLIT, "no" },
** the default from the GNUTLS library.
*/
- path_t cert_file = m_strdup("~/.cache/madmutt/certificates");
+ path_t cert_file = luaM_pathnew("~/.cache/madmutt/certificates");
/*
** .pp
** This variable specifies the file where the certificates you trust