fix search command

This commit is contained in:
Clément DOUIN 2021-01-17 17:12:26 +01:00
parent 308b74284f
commit c04752f96d
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF

View file

@ -143,7 +143,7 @@ impl<'a> ImapConnector<'a> {
let msgs = self
.sess
.fetch(range, "(UID ENVELOPE INTERNALDATE)")?
.fetch(range, "(UID BODY.PEEK[])")?
.iter()
.rev()
.map(Msg::from)