[evolution/wip/webkit2] S/MIME mail parser not used, but compiled
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] S/MIME mail parser not used, but compiled
- Date: Wed, 22 Apr 2015 12:57:31 +0000 (UTC)
commit 59e3ed502c13b6ee26f636feaf254e072a70ccab
Author: Milan Crha <mcrha redhat com>
Date: Thu Feb 12 12:04:41 2015 +0100
S/MIME mail parser not used, but compiled
Due to missing config.h the ENABLE_SMIME was not declared, thus the type
for the S/MIME parser was not registered, neither used, which showed
S/MIME signed or encrypted messages as attachments, instead of deciphering
their content.
em-format/e-mail-parser.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c
index 17d5a81..b0edd79 100644
--- a/em-format/e-mail-parser.c
+++ b/em-format/e-mail-parser.c
@@ -15,6 +15,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "e-mail-parser.h"
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]