summaryrefslogtreecommitdiffstats
path: root/imap/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/browse.c')
-rw-r--r--imap/browse.c2
1 files changed, 2 insertions, 0 deletions
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))