mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +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")?;
|
.context("failed to get recipients from the sentbox")?;
|
||||||
add_all_recipients_as_contacts(context, self, Config::ConfiguredMvboxFolder)
|
add_all_recipients_as_contacts(context, self, Config::ConfiguredMvboxFolder)
|
||||||
.await
|
.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)
|
add_all_recipients_as_contacts(context, self, Config::ConfiguredInboxFolder)
|
||||||
.await
|
.await
|
||||||
.context("failed to get recipients from the inbox")?;
|
.context("failed to get recipients from the inbox")?;
|
||||||
|
|||||||
Reference in New Issue
Block a user