diff options
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(""); |