aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-03-02 13:23:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-03-02 13:23:46 +0800
commit9c26fef2d420b58f8e3699af4c09705f3e9eb65b (patch)
treebc4c445914a44b7ea43b315edafdafbf53b218ef /mail/em-format-html.c
parent9f9805577b127c40c317e72bbfdd1cd8235b5de2 (diff)
downloadgsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.gz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.bz2
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.lz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.xz
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.tar.zst
gsoc2013-evolution-9c26fef2d420b58f8e3699af4c09705f3e9eb65b.zip
include atkutil.h (message_list_construct): cast warning.
2005-03-01 Not Zed <NotZed@Ximian.com> * message-list.c: include atkutil.h (message_list_construct): cast warning. * mail-session.c (mail_session_set_interactive): remove unused variable since we can no longer terminate password requests. * mail-autofilter.c (em_vfolder_rule_from_address): properly define in header. * em-utils.c (emu_get_save_filesel): only define filename in the !gtkfilechooser case. * em-mailer-prefs.c (restore_labels_clicked): cast for warning. (em_mailer_prefs_construct): same. * em-format-html.c (efh_format_header): remove unused variable. * em-account-editor.c (emae_widget_druid_glade): remove unused variable. * importers/mail-importer.h: forward-delcare struct _MailComponent. * *c: remove/disable various debug. svn path=/trunk/; revision=28934
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 100a97c46d..9126bdd337 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -562,7 +562,7 @@ efh_object_requested(GtkHTML *html, GtkHTMLEmbedded *eb, EMFormatHTML *efh)
res = pobject->func(efh, eb, pobject);
e_dlist_addhead(&efh->pending_object_list, (EDListNode *)pobject);
} else {
- printf("HTML Includes reference to unknown object '%s'\n", eb->classid);
+ d(printf("HTML Includes reference to unknown object '%s'\n", eb->classid));
}
return res;
@@ -1484,7 +1484,6 @@ efh_format_address (GString *out, struct _camel_header_address *a)
static void
efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct _camel_header_raw *header, guint32 flags, const char *charset)
{
- CamelMimeMessage *msg = (CamelMimeMessage *)part;
EMFormatHTML *efh = (EMFormatHTML *)emf;
char *name, *value = NULL, *p;
const char *label, *txt;