[evolution] WebKit port - last-minute fix



commit 7526d5ed934719a633fd29a5eb726c85a5f42f89
Author: Dan VrÃtil <dvratil redhat com>
Date:   Wed Mar 28 19:17:52 2012 +0200

    WebKit port - last-minute fix

 mail/e-mail-request.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c
index 34f1845..12c322c 100644
--- a/mail/e-mail-request.c
+++ b/mail/e-mail-request.c
@@ -83,6 +83,8 @@ handle_mail_request (GSimpleAsyncResult *res,
 
 		g_free (part_id);
 	} else {
+		if (info.mode == 0)
+			info.mode = EM_FORMAT_WRITE_MODE_NORMAL;
 
 		em_format_write (emf, request->priv->output_stream, &info, NULL);
 	}



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