aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-mail.h')
-rw-r--r--my-evolution/e-summary-mail.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/my-evolution/e-summary-mail.h b/my-evolution/e-summary-mail.h
deleted file mode 100644
index e6b84a16f3..0000000000
--- a/my-evolution/e-summary-mail.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* e-summary-mail.h
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Author: Iain Holmes <iain@ximian.com>
- */
-
-#ifndef __E_SUMMARY_MAIL_H__
-#define __E_SUMMARY_MAIL_H__
-
-#include <Evolution.h>
-
-#include "e-summary-type.h"
-#include "e-summary-table.h"
-
-typedef enum _ESummaryMailMode ESummaryMailMode;
-enum _ESummaryMailMode {
- E_SUMMARY_MAIL_MODE_ONLY,
- E_SUMMARY_MAIL_MODE_EXCLUDING
-};
-
-typedef struct _ESummaryMailRowData ESummaryMailRowData;
-typedef struct _ESummaryMail ESummaryMail;
-
-struct _ESummaryMailRowData {
- char *name;
- char *uri;
-};
-
-const char *e_summary_mail_get_html (ESummary *summary);
-void e_summary_mail_init (ESummary *summary);
-void e_summary_mail_reconfigure (void);
-void e_summary_mail_free (ESummary *summary);
-const char *e_summary_mail_uri_to_name (const char *uri);
-void e_summary_mail_fill_list (ESummaryTable *est);
-
-/* Folder stuff */
-gboolean e_summary_folder_init_folder_store (GNOME_Evolution_Shell shell);
-#endif
graph'>* Merge in changes between GAL_2_ANCHOR and GAL_2_ANCHOR_MERGE1Jody Goldberg2002-02-09225-2741/+8859 | | | | svn path=/branches/gal-2/; revision=15625 * This commit was manufactured by cvs2svn to create branch 'gal-2'.nobody2002-02-0910-0/+2526 | | | | svn path=/branches/gal-2/; revision=15624 * make sure the colors are initialized.Jody Goldberg2002-01-272-1/+3 | | | | | | | | | | | 2002-01-26 Jody Goldberg <jody@gnome.org> * gal/widgets/e-cursors.c (e_cursors_init) : make sure the colors are initialized. * gal/widgets/e-colors.c (e_color_init) : doh! svn path=/branches/gal-2/; revision=15482 * Commit enough to compile gnumeric.Jody Goldberg2002-01-214-24/+26 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-01-21 Jody Goldberg <jody@gnome.org> * gal/widgets/e-colors.c (e_color_alloc) : fix bogosity. * gal/widgets/color-palette.c : The group is now a GObject. The 'rgb:*' syntax for colour specs is not supported by the pango parser. * gal/widgets/color-group.c : Make this a GObject, and use finalize * gal/util/e-util.h (E_MAKE_TYPE) : Use the GObject methods rather than the wrappers so that new types can inherit directly from GObject. * gal/unicode/gunicode.h : Use G_*DECLS rather than *GNOME_DECLS. * gal/e-text/e-text.c (e_text_get_arg) : You need to use gdk_copy_color in gnome2 to avoid upsetting memchunks. 2002-01-20 Jody Goldberg <jody@gnome.org> * **/Makefile.am : Install things into $(GAL_EPOCH) rather than 'gal' * gal/Makefile.am : add the epoch to the library name. * Makefile.am : Add pkgconfig file, remove galConf. * .cvsignore : Add gal-2.0.pc. svn path=/branches/gal-2/; revision=15412 * upd. gtk_paint_focus.Michael Meeks2001-12-1031-84/+35 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-12-10 Michael Meeks <michael@ximian.com> * gal/e-text/e-text.c (e_text_draw): upd. gtk_paint_focus. * *.[ch]: update for atom changes. [ based on Chris Phelps' work ] * *.[ch]: switch get_type returns to GtkType * gal/widgets/e-canvas.c (emit_event): comment out nastiness & add warning. * gal/widgets/e-canvas-utils.c (show_area_timeout): remove unneccessary GTK_OBJECT_DESTROYED * gal/widgets/e-canvas-vbox.c (e_canvas_vbox_remove_item): ditto. * gal/e-text/e-text.c (tooltip_event): use text->model not GTK_OBJECT_DESTROYED. (e_text_event): ditto. 2001-12-10 Chris Phelps <chicane@reninet.com> * configure.in: upate version. * kill all gnome-defs includes. svn path=/branches/gal-2/; revision=14949 * commit the marshaller list.Michael Meeks2001-10-051-0/+43 | | | | svn path=/branches/gal-2/; revision=13435 * Initial pass at porting to Gnome 2.0Michael Meeks2001-10-05143-2165/+1030 | | | | svn path=/branches/gal-2/; revision=13434 * This commit was manufactured by cvs2svn to create branch 'gal-2'.nobody2001-10-05