From f37b0a1ab7d9dd437905d10d85410992ad9abc0a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 17 Dec 2002 20:38:25 +0000 Subject: ...And a whole bunch more build fixes. 2002-12-17 Jeffrey Stedfast ...And a whole bunch more build fixes. * mail-vfolder.c (mail_vfolder_delete_uri): Don't use g_string_sprintfa() anymore since it is apparently deprecated. * mail-session.c (main_get_filter_driver): Don't use g_string_sprintfa() anymore since it is apparently deprecated. * mail-ops.c (build_from): Don't use g_string_sprintfa() anymore since it is apparently deprecated. * mail-callbacks.c (ask_confirm_for_unwanted_html_mail): Don't use g_string_sprintfa() anymore since it is apparently deprecated. * mail-autofilter.c: Don't use g_string_sprintfa() anymore since it is apparently deprecated. * folder-browser.c: Don't use g_string_sprintfa() anymore since it is apparently deprecated. * mail-search.c (mail_search_set_subject): Remove the unnecessary g_strdup()'age as well as fix a possible buffer overrun. * mail-local.c (mail_local_folder_construct): Use g_path_get_basename(). * mail-config-druid.c (make_account): Don't use e_utf8_* functions. svn path=/trunk/; revision=19152 --- mail/mail-accounts.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'mail/mail-accounts.h') diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h index 02d520faea..b69b12c349 100644 --- a/mail/mail-accounts.h +++ b/mail/mail-accounts.h @@ -65,23 +65,12 @@ struct _MailAccountsTab { GdkBitmap *mark_bitmap; GtkTreeView *table; -#if 0 - ETable *table; - ETableModel *model; -#endif GtkButton *mail_add; GtkButton *mail_edit; GtkButton *mail_delete; GtkButton *mail_default; GtkButton *mail_able; - - GtkCList *news; - int news_row; - GtkButton *news_add; - GtkButton *news_edit; - GtkButton *news_delete; - GtkWidget *news_editor; }; struct _MailAccountsTabClass { -- cgit v1.2.3