[evolution] BUG #589494: Doesn't print full list of recipients



commit 0e72ddbf7c85edd77156fb1ac7691fe293bb7554
Author: Bharath Acharya <abharath novell com>
Date:   Fri Jul 24 11:45:29 2009 +0530

    BUG #589494: Doesn't print full list of recipients
    
    Display all email addresses by default for the To, Cc and Bcc fields.

 mail/em-format-html-print.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index c5c99bc..86242b1 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -228,6 +228,11 @@ em_format_html_print_message (EMFormatHTMLPrint *efhp,
 {
 	g_object_ref (efhp);
 
+	/* Wrap flags to display all entries by default.*/
+	((EMFormatHTML *) efhp)->header_wrap_flags |= EM_FORMAT_HTML_HEADER_TO
+						| EM_FORMAT_HTML_HEADER_CC
+						| EM_FORMAT_HTML_HEADER_BCC;
+
 	mail_get_message (
 		folder, uid, emfhp_got_message, efhp, mail_msg_unordered_push);
 }



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