mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
target detailed checks of @flub
This commit is contained in:
@@ -581,7 +581,7 @@ unsafe fn add_parts(
|
||||
);
|
||||
|
||||
// unarchive chat
|
||||
chat::unarchive(context, *chat_id).unwrap_or_default();
|
||||
chat::unarchive(context, *chat_id)?;
|
||||
|
||||
// if the mime-headers should be saved, find out its size
|
||||
// (the mime-header ends with an empty line)
|
||||
|
||||
Reference in New Issue
Block a user