From e70e3982edf25a75bd93bdaf9205cca1167a3d4c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 15 Jan 2004 01:22:55 +0000 Subject: ** See bugs #51609 and #43515. 2004-01-15 Not Zed ** See bugs #51609 and #43515. * em-format-html-display.c (efhd_format_prefix): output flag for followup details above the message. (efhd_write_image): added to output icon data. * em-format-html.c (efh_format_do): call format_prefix before outputting the message in normal display mode. * em-format.c (emf_format_prefix): method called to format data before the first message output. Default impl == noop. svn path=/trunk/; revision=24230 --- mail/em-folder-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-folder-view.c') diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index cc41f8f501..ed4b444a8e 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -2047,7 +2047,7 @@ emfv_setting_notify(GConfClient *gconf, guint cnxn_id, GConfEntry *entry, EMFold em_format_default_headers(emf); /* force a redraw */ if (emf->message) - em_format_format_clone(emf, emf->folder, emf->uid, emf->message, emf); + em_format_redraw(emf); break; } } } -- cgit v1.2.3