]> granicus.if.org Git - mutt/commitdiff
Compilation fix from Emil Sit <sit@cisco.com>.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 11 Oct 2000 10:21:57 +0000 (10:21 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 11 Oct 2000 10:21:57 +0000 (10:21 +0000)
buffy.c

diff --git a/buffy.c b/buffy.c
index 363f2c9e17cee45a84eb88210ce63f7752f7ea63..a8352e87f09d62e7aeb825478d818db63dd749a1 100644 (file)
--- 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)
       {