From 16b174cf0eebcb216316674966a46ea29a3bb15b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 21 Jan 2002 21:58:07 +0000 Subject: If the first "token" in the body is "", then treat this as a 2002-01-21 Jeffrey Stedfast * mail-format.c (handle_text_plain): If the first "token" in the body is "", then treat this as a text/html part rather than a text/plain part. Fixes bug #16817. * component-factory.c (destination_folder_handle_drop): Removed some unused variables. svn path=/trunk/; revision=15420 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index e6d04129d9..3e1de3cd43 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -526,7 +526,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *des const GNOME_Evolution_ShellComponentDnd_Data *data, gpointer user_data) { - char *tmp, *url, **urls, *in, *inptr, *inend; + char *tmp, *url, **urls; gboolean retval = FALSE; const char *noselect; CamelFolder *folder; -- cgit v1.2.3