X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=init.c;h=0f57360a3e8917ecca73a4ff8e799bbff9482a83;hb=8c3ace92538b826576b892108b8f5eb6d68e62cc;hp=a0d194dff292bf451e4f2ea6dadf084fdf542d9a;hpb=5ef16452ce43a12e467e7004a6a240aefb87a774;p=apps%2Fmadmutt.git diff --git a/init.c b/init.c index a0d194d..0f57360 100644 --- a/init.c +++ b/init.c @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include @@ -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 */