diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/upas/nfs/imap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c index b79acf53..409544f0 100644 --- a/src/cmd/upas/nfs/imap.c +++ b/src/cmd/upas/nfs/imap.c @@ -1209,8 +1209,6 @@ xlist(Imap *z, Sx *sx) char *s, *t; Box *box; - if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0) - warn("box separator %q not / - need to implement translation", sx->sx[3]->data); s = estrdup(sx->sx[4]->data); if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0){ s = gsub(s, "/", "_"); |