Skip to content

Commit

Permalink
Correct typo in imap.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerryfrancis authored and link2xt committed Feb 20, 2024
1 parent 9427f7b commit 06e79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ impl Imap {
.context("failed to get recipients from the sentbox")?;
add_all_recipients_as_contacts(context, self, Config::ConfiguredMvboxFolder)
.await
.context("failed to ge recipients from the movebox")?;
.context("failed to get recipients from the movebox")?;
add_all_recipients_as_contacts(context, self, Config::ConfiguredInboxFolder)
.await
.context("failed to get recipients from the inbox")?;
Expand Down

0 comments on commit 06e79e8

Please sign in to comment.