useless warning
This commit is contained in:
parent
1b827fbc0c
commit
82f56ecee2
1 changed files with 0 additions and 2 deletions
|
|
@ -1209,8 +1209,6 @@ xlist(Imap *z, Sx *sx)
|
||||||
char *s, *t;
|
char *s, *t;
|
||||||
Box *box;
|
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);
|
s = estrdup(sx->sx[4]->data);
|
||||||
if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0){
|
if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0){
|
||||||
s = gsub(s, "/", "_");
|
s = gsub(s, "/", "_");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue