From: Thomas Roessler Date: Thu, 2 Aug 2001 15:37:13 +0000 (+0000) Subject: Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d109878421037ab5cf098c7e1c3859020d2daec0;p=neomutt Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded by Brendan Cully. --- diff --git a/imap/browse.c b/imap/browse.c index de137b439..e7d029df9 100644 --- a/imap/browse.c +++ b/imap/browse.c @@ -453,6 +453,8 @@ static int browse_get_namespace (IMAP_DATA* idata, char* nsbuf, int nsblen, ns[n++] = *s; s++; } + if (*s) + s++; } else while (*s && !ISSPACE (*s))