From: Pierre Habouzit Date: Mon, 14 May 2007 09:08:10 +0000 (+0200) Subject: fix stupid typo X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=ddc565e15e8d7e2eaeea568dd6602dc0347474c5 fix stupid typo Signed-off-by: Pierre Habouzit --- diff --git a/imap/imap.c b/imap/imap.c index a6bbfb3..77830f9 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -235,7 +235,7 @@ static int imap_get_delim (IMAP_DATA * idata) * than getting the delim wrong */ idata->delim = '/'; - imap_cmd_start (idata, "LIST\"\" \"\""); + imap_cmd_start (idata, "LIST \"\" \"\""); do { if ((rc = imap_cmd_step (idata)) != IMAP_CMD_CONTINUE)