aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/upas/nfs/imap.c8
1 files changed, 6 insertions, 2 deletions
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