mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
rework API
This commit is contained in:
@@ -322,7 +322,7 @@ impl Job {
|
||||
{
|
||||
let folder = msg.server_folder.as_ref().unwrap();
|
||||
|
||||
match inbox.set_mdnsent(context, folder, msg.server_uid) {
|
||||
match inbox.set_mdnsent(&context, folder, msg.server_uid) {
|
||||
ImapResult::RetryLater => {
|
||||
self.try_again_later(3i32, None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user