Correct typo in imap.rs

This commit is contained in:
gerryfrancis
2024-02-20 13:27:36 +01:00
committed by link2xt
parent 9427f7b587
commit 06e79e8926

View File

@@ -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")?;