X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fcommand.c;fp=imap%2Fcommand.c;h=6c470e80cb429688a874a948d780bf7bb679d54f;hp=411dc50e6e1cfc4fa63bcfccd6c992d33c5522d7;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hpb=3e611c4b53a33408955152e1c9336f8643ea096e diff --git a/imap/command.c b/imap/command.c index 411dc50..6c470e8 100644 --- a/imap/command.c +++ b/imap/command.c @@ -572,7 +572,7 @@ static void cmd_parse_lsub (IMAP_DATA* idata, char* s) { strfcpy (buf, "mailboxes \"", sizeof (buf)); mutt_account_tourl (&idata->conn->account, &url); url.path = s; - if (!str_cmp (url.user, ImapUser)) + if (!m_strcmp(url.user, ImapUser)) url.user = NULL; url_ciss_tostring (&url, buf + 11, sizeof (buf) - 10, 0); str_cat (buf, sizeof (buf), "\"");