[evolution/webkit] Fix printing of nested rfc822 messages



commit cf3bd1a037303ca5965be2d924485944fb2e7b12
Author: Dan VrÃtil <dvratil redhat com>
Date:   Tue Mar 27 18:34:40 2012 +0200

    Fix printing of nested rfc822 messages

 mail/em-format-html-print.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index b17cc3c..2f9e556 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -39,7 +39,7 @@
 
 #include "em-format-html-print.h"
 
-#define d(x) x
+#define d(x)
 
 static gpointer parent_class = NULL;
 
@@ -334,6 +334,8 @@ efhp_write_print_layout (EMFormat *emf,
 
 		if (g_str_has_suffix (puri->uri, ".rfc822")) {
 
+			puri->write_func (emf, puri, stream, &print_info, cancellable);
+
                         while (iter && !g_str_has_suffix (puri->uri, ".rfc822.end")) {
 
 				iter = iter->next;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]