mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue