X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fcommand.c;fp=imap%2Fcommand.c;h=15aa0190667f86a2ad0f53a53d1d9e5021f5cbb0;hp=915e3f1acc393595835a6d9c775b6172b1e5a37e;hb=238b70e39b78f585c586bd51aef41988b3cc73d1;hpb=c98480f8568e6c1bc927c6c5f2b5e80b4aa6548c diff --git a/imap/command.c b/imap/command.c index 915e3f1..15aa019 100644 --- a/imap/command.c +++ b/imap/command.c @@ -569,7 +569,7 @@ static void cmd_parse_lsub (IMAP_DATA* idata, char* s) { imap_unmunge_mbox_name (s); debug_print (2, ("Subscribing to %s\n", s)); - strfcpy (buf, "mailboxes \"", sizeof (buf)); + m_strcpy(buf, sizeof(buf), "mailboxes \""); mutt_account_tourl (&idata->conn->account, &url); url.path = s; if (!m_strcmp(url.user, ImapUser))