From 6b0a42ed047c3a9f9719294c64285b131a3d736e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 22 Aug 2007 11:21:52 -0400 Subject: mailfs: fix handling of FLAGS response (Robert Vollmert) --- src/cmd/upas/nfs/imap.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/cmd') diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c index 8eec7255..e81ab270 100644 --- a/src/cmd/upas/nfs/imap.c +++ b/src/cmd/upas/nfs/imap.c @@ -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 -- cgit v1.2.3