small fixes
authorPierre Habouzit <madcoder@debian.org>
Sun, 13 May 2007 20:48:46 +0000 (22:48 +0200)
committerPierre Habouzit <madcoder@debian.org>
Sun, 13 May 2007 20:48:46 +0000 (22:48 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
init.h
lib-sys/mutt_ssl.cpkg

diff --git a/init.h b/init.h
index 8b4e315..b5cd61a 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1741,16 +1741,13 @@ struct option_t MuttVars[] = {
   {"smtp_use_tls", DT_STR, R_NONE, UL &SmtpUseTLS, "" },
   /*
    ** .pp
   {"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
    ** 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" },
    */
 #endif
   {"pipe_split", DT_BOOL, R_NONE, OPTPIPESPLIT, "no" },
index 1b9e5d1..8ceeb60 100644 (file)
@@ -62,7 +62,7 @@
      ** the default from the GNUTLS library.
      */
 
      ** 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
     /*
      ** .pp
      ** This variable specifies the file where the certificates you trust