many simplifications, copyright statements.
[apps/madmutt.git] / buffy.c
diff --git a/buffy.c b/buffy.c
index 6dd5457..4a30783 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -18,6 +18,8 @@
 #include <lib-lib/buffer.h>
 #include <lib-lib/macros.h>
 
+#include <lib-ui/curses.h>
+
 #include <imap/imap.h>
 
 #include "mutt.h"
@@ -26,7 +28,6 @@
 #include "mh.h"
 #include "sidebar.h"
 
-#include "mutt_curses.h"
 
 #include <string.h>
 #include <sys/stat.h>
@@ -321,7 +322,7 @@ int buffy_check (int force)
      * before polling */
     if (!Context || !Context->path || (local ? (sb.st_dev != contex_sb.st_dev ||
                                                 sb.st_ino != contex_sb.st_ino) : 
-                                       !m_strcmp(tmp->path, Context->path))) {
+                                       m_strcmp(tmp->path, Context->path))) {
       switch (tmp->magic) {
       case M_MBOX:
       case M_MMDF: