fix integration tests

This commit is contained in:
Clément DOUIN 2021-08-18 22:13:07 +02:00
parent 4f05ff6e03
commit 608057b23b
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF

View file

@ -74,7 +74,7 @@ fn msg() {
// List messages
// TODO: check non-existance of \Seen flag
let msgs = imap_conn.list_msgs("INBOX", &10, &1).unwrap();
let msgs = imap_conn.list_msgs("INBOX", &10, &0).unwrap();
let msgs = if let Some(ref fetches) = msgs {
Msgs::from(fetches)
} else {