From: Brendan Cully Date: Mon, 19 Dec 2005 17:26:00 +0000 (+0000) Subject: Clear name field from status callback before each IMAP completion attempt. X-Git-Tag: mutt-1-5-12-rel~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100a8c55bf6770060adbe954c248631697736c35;p=mutt Clear name field from status callback before each IMAP completion attempt. --- diff --git a/imap/imap.c b/imap/imap.c index 98e56147..159b4372 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -1771,6 +1771,7 @@ int imap_complete(char* dest, size_t dlen, char* path) { idata->cmddata = &listresp; do { + listresp.name = NULL; rc = imap_cmd_step (idata); if (rc == IMAP_CMD_CONTINUE && listresp.name)