mailfs: fix handling of FLAGS response (Robert Vollmert)
This commit is contained in:
parent
47ede89e4a
commit
6b0a42ed04
1 changed files with 6 additions and 2 deletions
|
|
@ -1270,8 +1270,12 @@ xexists(Imap *z, Sx *sx)
|
||||||
static void
|
static void
|
||||||
xflags(Imap *z, Sx *sx)
|
xflags(Imap *z, Sx *sx)
|
||||||
{
|
{
|
||||||
if(z->box)
|
/*
|
||||||
z->box->flags = parseflags(sx->sx[2]);
|
* This response contains in sx->sx[2] the list of flags
|
||||||
|
* that can be validly attached to messages in z->box.
|
||||||
|
* We don't have any use for this list, since we
|
||||||
|
* use only the standard flags.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue