[evolution] I#446 - S/MIME signed message reported as encrypted in the "Security:" header
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#446 - S/MIME signed message reported as encrypted in the "Security:" header
- Date: Wed, 22 May 2019 17:21:43 +0000 (UTC)
commit f0c092d696bed5b82a3005258b55c99d5c003cb2
Author: Milan Crha <mcrha redhat com>
Date: Wed May 22 19:23:33 2019 +0200
I#446 - S/MIME signed message reported as encrypted in the "Security:" header
Closes https://gitlab.gnome.org/GNOME/evolution/issues/446
src/em-format/e-mail-parser-application-smime.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/em-format/e-mail-parser-application-smime.c b/src/em-format/e-mail-parser-application-smime.c
index 79fef3198b..47f8be798c 100644
--- a/src/em-format/e-mail-parser-application-smime.c
+++ b/src/em-format/e-mail-parser-application-smime.c
@@ -122,7 +122,6 @@ empe_app_smime_parse (EMailParserExtension *extension,
e_mail_part_update_validity (
mail_part, valid,
- E_MAIL_PART_VALIDITY_ENCRYPTED |
E_MAIL_PART_VALIDITY_SMIME);
/* Do not traverse sub-messages */
@@ -150,7 +149,6 @@ empe_app_smime_parse (EMailParserExtension *extension,
if (mail_part != NULL)
e_mail_part_update_validity (
mail_part, valid,
- E_MAIL_PART_VALIDITY_ENCRYPTED |
E_MAIL_PART_VALIDITY_SMIME);
e_queue_transfer (&work_queue, out_mail_parts);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]