From fdc091319bf79aa97cdbe2e29baa1254652f4152 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Sun, 5 Apr 2020 10:43:52 +0200 Subject: [PATCH] Make Clippy happy --- src/job.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/job.rs b/src/job.rs index 482bc6adf..369b6580c 100644 --- a/src/job.rs +++ b/src/job.rs @@ -210,10 +210,11 @@ impl Job { // Code 5.5.0, see https://support.delta.chat/t/every-other-message-gets-stuck/877/2 Code { - severity: _, category: Category::MailSystem, detail: Detail::Zero, + .. } => Status::RetryLater, + _ => { // If we do not retry, add an info message to the chat // Error 5.7.1 should definitely go here: Yandex sends 5.7.1 with a link when it thinks that the email is SPAM.