mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
fix search command
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user