X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=4a307833f8aecfcec5f0085ce0b0de19f02465c4;hp=6dd5457d0b1d12dfb5513be64fec2e40299c0167;hb=fdb93a08e305b8755260144807e4d45106a9cb9f;hpb=22601f25ede6703ba7cd06ee84eddd2045308570 diff --git a/buffy.c b/buffy.c index 6dd5457..4a30783 100644 --- a/buffy.c +++ b/buffy.c @@ -18,6 +18,8 @@ #include #include +#include + #include #include "mutt.h" @@ -26,7 +28,6 @@ #include "mh.h" #include "sidebar.h" -#include "mutt_curses.h" #include #include @@ -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: