]> granicus.if.org Git - neomutt/commitdiff
Fix init.h preprocessing when USE_SMTP is not set.
authorBrendan Cully <brendan@kublai.com>
Tue, 27 Feb 2007 20:39:37 +0000 (20:39 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 27 Feb 2007 20:39:37 +0000 (20:39 +0000)
init.h

diff --git a/init.h b/init.h
index 1cc04726e7e5e3516ba5cb630ebc4c0a2d364d85..f11865b7940c7ecaf6622ae248f9087f622851ec 100644 (file)
--- 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