mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Correct typo in imap.rs
This commit is contained in:
@@ -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")?;
|
||||
|
||||
Reference in New Issue
Block a user