]> granicus.if.org Git - neomutt/commitdiff
Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 2 Aug 2001 15:37:13 +0000 (15:37 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 2 Aug 2001 15:37:13 +0000 (15:37 +0000)
by Brendan Cully.

imap/browse.c

index de137b4390699cf23650472347fac17dcc246fa7..e7d029df92be960b9b17553b8639e18f2be21f1b 100644 (file)
@@ -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))