X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fimap.c;h=e426e33b29e175b8c63753e4d5ab3e05d881370a;hp=3bb4f8ace143714276f190e7c8e5cdfb4e5b22d6;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/imap/imap.c b/imap/imap.c index 3bb4f8a..e426e33 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -57,7 +57,7 @@ int imap_access (const char *path, int flags __attribute__ ((unused))) imap_fix_path (idata, mx.mbox, mailbox, sizeof (mailbox)); /* we may already be in the folder we're checking */ - if (!ascii_strcmp(idata->mailbox, mx.mbox)) { + if (!m_strcmp(idata->mailbox, mx.mbox)) { p_delete(&mx.mbox); return 0; } @@ -1543,7 +1543,7 @@ int imap_complete (char *dest, size_t dlen, char *path) { completions++; } } - while (ascii_strncmp (idata->cmd.seq, idata->cmd.buf, SEQLEN)); + while (m_strncmp(idata->cmd.seq, idata->cmd.buf, SEQLEN)); if (completions) { /* reformat output */