Skip to content

Commit 77ba4a1

Browse files
committed
fix the issue that broke the imap fetching
1 parent f551fb6 commit 77ba4a1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/imap.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -715,13 +715,7 @@ impl Imap {
715715

716716
let actually_download_messages_future = async {
717717
session
718-
.fetch_many_msgs(
719-
context,
720-
folder,
721-
uids_fetch,
722-
&uid_message_ids,
723-
sender.clone(),
724-
)
718+
.fetch_many_msgs(context, folder, uids_fetch, &uid_message_ids, sender)
725719
.await
726720
.context("fetch_many_msgs")
727721
};

0 commit comments

Comments
 (0)