rework API

This commit is contained in:
holger krekel
2019-10-01 00:41:18 +02:00
parent 5c1b9c83f7
commit 6dc45642b7
2 changed files with 114 additions and 141 deletions

View File

@@ -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);
}