From: Thomas Roessler Date: Tue, 5 Feb 2002 15:26:44 +0000 (+0000) Subject: Fix another IMAP browsing bug. X-Git-Tag: mutt-1-5-1-rel~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eabef0f09d666c8f89a72619b304e111554c444;p=mutt Fix another IMAP browsing bug. --- diff --git a/imap/browse.c b/imap/browse.c index f5af8922..8accc836 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -497,8 +497,10 @@ static int browse_get_namespace (IMAP_DATA* idata, char* nsbuf, int nsblen, nsi++; (*nns)++; } - while (*s && *s != ')') s++; - s++; + while (*s && *s != ')') + s++; + if (*s) + s++; } } }