From b5ca749f36b2c5574a227b2d35e70e0129b5ebc0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 3 Jan 2002 23:54:28 +0000 Subject: Add an Organization header. 2002-01-03 Jeffrey Stedfast * mail-callbacks.c (composer_get_message): Add an Organization header. svn path=/trunk/; revision=15242 --- mail/mail-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-display.c') diff --git a/mail/mail-display.c b/mail/mail-display.c index 5cb516df6a..323a77175a 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -957,7 +957,7 @@ on_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, gpointer data) urls = g_datalist_get_data (md->data, "part_urls"); if (!urls) return FALSE; - + if (!strncmp (eb->classid, "popup:", 6) && eb->type) { part = g_hash_table_lookup (urls, eb->classid + 6); if (!CAMEL_IS_MIME_PART (part)) -- cgit v1.2.3