diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-02 05:41:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-02 05:41:12 +0800 |
commit | 068e5e40b09717f630f6bb12bc199d6a739db4e3 (patch) | |
tree | 96544d47d49b252f40fd3aaa18caf09806ee0e15 /mail/em-format.c | |
parent | 4823916613b56d2cf046469b466ef5c6754b8d27 (diff) | |
download | gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.tar.gz gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.tar.zst gsoc2013-evolution-068e5e40b09717f630f6bb12bc199d6a739db4e3.zip |
** Adds support for Contact Image in the preview pane
svn path=/trunk/; revision=33613
Diffstat (limited to 'mail/em-format.c')
-rw-r--r-- | mail/em-format.c | 2 |
1 files changed, 2 insertions, 0 deletions
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(""); |