X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fbrowse.c;fp=imap%2Fbrowse.c;h=d9bdf83ddca6d6f85d90ee6dac875fced3021bc6;hp=68974a2cca3b762c511ad1b69de473d5466b4e11;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hpb=3e611c4b53a33408955152e1c9336f8643ea096e diff --git a/imap/browse.c b/imap/browse.c index 68974a2..d9bdf83 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -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,