From 4f8eb8bdce028c59b52dfebffb39bfcb3a3af075 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 2 Aug 2001 15:37:13 +0000 Subject: Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded by Brendan Cully. --- imap/browse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap') diff --git a/imap/browse.c b/imap/browse.c index de137b43..e7d029df 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)) -- cgit v1.2.3