From 06e79e8926249e62190dca9081703b5c4ed303c3 Mon Sep 17 00:00:00 2001 From: gerryfrancis <51095533+gerryfrancis@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:27:36 +0100 Subject: [PATCH] Correct typo in imap.rs --- src/imap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap.rs b/src/imap.rs index a97c2db2fb..5ccf397840 100644 --- a/src/imap.rs +++ b/src/imap.rs @@ -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")?;