[evolution] S/MIME mail parser not used, but compiled



commit e95f67eb8a3e65247a53aed47b75d4fb3547b8ec
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]