From 08fe7bd670db7de9937f924a4466a64d6e401e95 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 7 Jan 2002 19:56:23 +0000 Subject: Set the X-Evolution-Format header to text/plain if that is the editing 2002-01-07 Jeffrey Stedfast * e-msg-composer.c (e_msg_composer_get_message_draft): Set the X-Evolution-Format header to text/plain if that is the editing mode we are really in. This fixes bug #11499. svn path=/trunk/; revision=15255 --- composer/e-msg-composer-hdrs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'composer/e-msg-composer-hdrs.c') diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c index 3445abe508..85f85000fa 100644 --- a/composer/e-msg-composer-hdrs.c +++ b/composer/e-msg-composer-hdrs.c @@ -202,7 +202,6 @@ create_from_optionmenu (EMsgComposerHdrs *hdrs) } if (account->id->address && *account->id->address) { - if (strcmp (account->name, account->id->address)) label = g_strdup_printf ("%s <%s> (%s)", account->id->name, account->id->address, account->name); -- cgit v1.2.3