Handle other MailboxDatum

This commit is contained in:
Jon Gjengset 2021-03-14 11:02:03 -07:00
parent 4e166fd8e2
commit fa30a90827
No known key found for this signature in database
GPG key ID: 863B48A11C238D5A

View file

@ -300,10 +300,7 @@ pub fn parse_mailbox(
.flags .flags
.extend(flags.into_iter().map(String::from).map(Flag::from)); .extend(flags.into_iter().map(String::from).map(Flag::from));
} }
MailboxDatum::List { .. } _ => {}
| MailboxDatum::MetadataSolicited { .. }
| MailboxDatum::MetadataUnsolicited { .. }
| MailboxDatum::Search { .. } => {}
} }
} }
Ok((rest, Response::Expunge(n))) => { Ok((rest, Response::Expunge(n))) => {