small fixes
[apps/madmutt.git] / init.h
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
-   ** 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" },