From 068e5e40b09717f630f6bb12bc199d6a739db4e3 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 1 Jun 2007 21:41:12 +0000 Subject: ** Adds support for Contact Image in the preview pane svn path=/trunk/; revision=33613 --- mail/em-format.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format.c') diff --git a/mail/em-format.c b/mail/em-format.c index 1871e885c3..cb3f418e38 100644 --- a/mail/em-format.c +++ b/mail/em-format.c @@ -121,6 +121,8 @@ emf_init(GObject *o) emf->inline_table = g_hash_table_new(g_str_hash, g_str_equal); emf->composer = FALSE; + emf->show_photo = TRUE; + emf->photo_local = TRUE; e_dlist_init(&emf->header_list); em_format_default_headers(emf); emf->part_id = g_string_new(""); -- cgit