X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fbrowse.c;h=d9bdf83ddca6d6f85d90ee6dac875fced3021bc6;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hp=2ee4bffc7d5c693da4343498ee840a651a21d1e3;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd;p=apps%2Fmadmutt.git diff --git a/imap/browse.c b/imap/browse.c index 2ee4bff..d9bdf83 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -19,12 +19,12 @@ #include #include +#include #include #include "lib/debug.h" #include "mutt.h" -#include "ascii.h" #include "enter.h" #include "imap_private.h" @@ -440,7 +440,7 @@ static void imap_add_folder (char delim, char *folder, int noselect, static int compare_names (struct folder_file *a, struct folder_file *b) { - return str_cmp (a->name, b->name); + return m_strcmp(a->name, b->name); } static int browse_get_namespace (IMAP_DATA * idata, char *nsbuf, int nsblen,