mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
Capitalize Error
This commit is contained in:
@@ -679,7 +679,7 @@ pub(crate) async fn receive_imf_inner(
|
||||
.await
|
||||
.with_context(|| {
|
||||
format!(
|
||||
"error in Secure-Join '{}' message handling",
|
||||
"Error in Secure-Join '{}' message handling",
|
||||
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
||||
)
|
||||
})?
|
||||
@@ -689,7 +689,7 @@ pub(crate) async fn receive_imf_inner(
|
||||
.await
|
||||
.with_context(|| {
|
||||
format!(
|
||||
"error in Secure-Join '{}' watching",
|
||||
"Error in Secure-Join '{}' watching",
|
||||
mime_parser.get_header(HeaderDef::SecureJoin).unwrap_or("")
|
||||
)
|
||||
})?
|
||||
|
||||
Reference in New Issue
Block a user