X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=e01ed4d090568b343c7d3f17b01b7845d9c62059;hp=a0d194dff292bf451e4f2ea6dadf084fdf542d9a;hb=198a7600d7538ba6f9e260037ee90d0c7f7e5bf2;hpb=5ef16452ce43a12e467e7004a6a240aefb87a774 diff --git a/init.c b/init.c index a0d194d..e01ed4d 100644 --- a/init.c +++ b/init.c @@ -81,9 +81,6 @@ static struct { int (*check) (const char* option, unsigned long val, char* errbuf, ssize_t errlen); } SpecialVars[] = { -#ifdef USE_LIBESMTP - { "smtp_use_tls", send_smtp_check_usetls }, -#endif { "history", check_history }, { "pager_index_lines", check_num }, /* last */