From: Thomas Roessler Date: Wed, 11 Oct 2000 10:21:57 +0000 (+0000) Subject: Compilation fix from Emil Sit . X-Git-Tag: mutt-1-3-10-rel~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=436bc6191d80b2e8b3b2f0aa9f598dcf9f846d0a;p=mutt Compilation fix from Emil Sit . --- diff --git a/buffy.c b/buffy.c index 363f2c9e..a8352e87 100644 --- a/buffy.c +++ b/buffy.c @@ -304,7 +304,12 @@ int mutt_buffy_check (int force) #endif ) ? mutt_strcmp (tmp->path, Context->path) : #endif - (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino))) + (sb.st_dev != contex_sb.st_dev || sb.st_ino != contex_sb.st_ino) +#if defined USE_IMAP || defined USE_POP + ) +#endif + ) + { switch (tmp->magic) {