fix integration tests

This commit is contained in:
Clément DOUIN
2021-08-18 22:13:07 +02:00
parent 4f05ff6e03
commit 608057b23b
+1 -1
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 {