From 612f19a8b9172f6c0b32d929a53e95c995f78b1e Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 13 May 2007 22:48:46 +0200 Subject: [PATCH] small fixes Signed-off-by: Pierre Habouzit --- init.h | 5 +---- lib-sys/mutt_ssl.cpkg | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/init.h b/init.h index 8b4e315..b5cd61a 100644 --- a/init.h +++ b/init.h @@ -1741,16 +1741,13 @@ struct option_t MuttVars[] = { {"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" }, diff --git a/lib-sys/mutt_ssl.cpkg b/lib-sys/mutt_ssl.cpkg index 1b9e5d1..8ceeb60 100644 --- a/lib-sys/mutt_ssl.cpkg +++ b/lib-sys/mutt_ssl.cpkg @@ -62,7 +62,7 @@ ** 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 -- 2.20.1