I#2260 - Mail: Show S/MIME encrypted part as attachment on failed decryption

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2260
This commit is contained in:
Milan Crha
2023-02-15 14:21:29 +01:00
parent 92b6111fbf
commit b239a31cbc

View File

@ -114,6 +114,7 @@ empe_app_smime_parse (EMailParserExtension *extension,
local_error->message);
g_error_free (local_error);
e_mail_parser_wrap_as_non_expandable_attachment (parser, part, part_id, out_mail_parts);
} else {
CamelContentType *ct;
GQueue work_queue = G_QUEUE_INIT;