X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=4a307833f8aecfcec5f0085ce0b0de19f02465c4;hp=105e809ae0777c148783af7fc55b6e9c484db3c5;hb=9eb3b25249e78d778b6d0583b06a7c5615709e63;hpb=b8c71f93b0296f815a6538182343ba67e88c0012 diff --git a/buffy.c b/buffy.c index 105e809..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 @@ -100,13 +101,13 @@ static int test_last_status_new (FILE * f) if (fseeko_last_message (f) == -1) return (0); - hdr = mutt_new_header (); + hdr = header_new(); tmp_envelope = mutt_read_rfc822_header (f, hdr, 0, 0); if (!(hdr->read || hdr->old)) result = 1; - mutt_free_envelope (&tmp_envelope); - mutt_free_header (&hdr); + envelope_delete(&tmp_envelope); + header_delete(&hdr); return result; } @@ -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: