X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=36f4a3e2ee8fd2de8d496b11ada6048c2e56d787;hp=53383bded0731df57847ae05bc4f3d6ff80e59bb;hb=f5b0a93af0b948eaeabe061f5e75f686c7eaef79;hpb=0f44dc85fc1280372ffab911d701e703d803fb4b diff --git a/recvattach.c b/recvattach.c index 53383bd..36f4a3e 100644 --- a/recvattach.c +++ b/recvattach.c @@ -17,7 +17,6 @@ #include "mutt_menu.h" #include "rfc1524.h" #include "mime.h" -#include "mailbox.h" #include "attach.h" #include "mapping.h" #include "mx.h" @@ -96,7 +95,7 @@ void mutt_update_tree (ATTACHPTR ** idx, short idxlen) } if (idx[x]->tree) { - if (safe_strcmp (idx[x]->tree, buf) != 0) + if (mutt_strcmp (idx[x]->tree, buf) != 0) str_replace (&idx[x]->tree, buf); } else