mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
Make Clippy happy
This commit is contained in:
@@ -210,10 +210,11 @@ impl Job {
|
|||||||
|
|
||||||
// Code 5.5.0, see https://support.delta.chat/t/every-other-message-gets-stuck/877/2
|
// Code 5.5.0, see https://support.delta.chat/t/every-other-message-gets-stuck/877/2
|
||||||
Code {
|
Code {
|
||||||
severity: _,
|
|
||||||
category: Category::MailSystem,
|
category: Category::MailSystem,
|
||||||
detail: Detail::Zero,
|
detail: Detail::Zero,
|
||||||
|
..
|
||||||
} => Status::RetryLater,
|
} => Status::RetryLater,
|
||||||
|
|
||||||
_ => {
|
_ => {
|
||||||
// If we do not retry, add an info message to the chat
|
// 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.
|
// Error 5.7.1 should definitely go here: Yandex sends 5.7.1 with a link when it thinks that the email is SPAM.
|
||||||
|
|||||||
Reference in New Issue
Block a user