From: Brendan Cully Date: Tue, 27 Feb 2007 20:39:37 +0000 (+0000) Subject: Fix init.h preprocessing when USE_SMTP is not set. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af3477f6c56f78275eea16c13193b32ea180003b;p=neomutt Fix init.h preprocessing when USE_SMTP is not set. --- diff --git a/init.h b/init.h index 1cc04726e..f11865b79 100644 --- a/init.h +++ b/init.h @@ -2604,7 +2604,7 @@ struct option_t MuttVars[] = { ** messages from the current folder. The default is to pause one second, so ** a value of zero for this option suppresses the pause. */ -#if USE_SMTP +#ifdef USE_SMTP { "smtp_url", DT_STR, R_NONE, UL &SmtpUrl, UL 0 }, /* ** .pp