useless warning

This commit is contained in:
rsc 2006-05-21 18:40:23 +00:00
parent 1b827fbc0c
commit 82f56ecee2

View file

@ -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, "/", "_");