aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-07 05:03:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-07 05:03:33 +0800
commitf1088a30d366f1362f31d1b0422452ad058a2640 (patch)
treea80173251e37d501783ffbad0490786de5bc77a1 /mail/em-format-html.h
parent08df2dcd198fb9680323315c7c290fd2b96787c6 (diff)
downloadgsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.gz
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.bz2
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.lz
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.xz
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.zst
gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.zip
Make private (only EMFormatHTMLQuote used it and that class is no longer
2004-02-06 Jeffrey Stedfast <fejj@ximian.com> * em-format-html.c (efh_format_headers): Make private (only EMFormatHTMLQuote used it and that class is no longer in use). (efh_format_message): Updated for above change. * em-format-quote.c (emfq_format_message): Always write a \n after the credits line. svn path=/trunk/; revision=24661
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r--mail/em-format-html.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h
index cd1365e620..65c242a415 100644
--- a/mail/em-format-html.h
+++ b/mail/em-format-html.h
@@ -124,6 +124,7 @@ struct _EMFormatHTML {
struct _EMFormatHTMLClass {
EMFormatClass format_class;
+
};
GType em_format_html_get_type(void);
@@ -135,9 +136,6 @@ void em_format_html_set_load_http(EMFormatHTML *emf, int state);
void em_format_html_set_mark_citations(EMFormatHTML *emf, int state, guint32 citation_colour);
void em_format_html_set_xmailer_mask(EMFormatHTML *emf, unsigned int xmailer_mask);
-/* output headers */
-void em_format_html_format_headers(EMFormatHTML *efh, struct _CamelStream *stream, struct _CamelMedium *part);
-
/* retrieves a pseudo-part icon wrapper for a file */
struct _CamelMimePart *em_format_html_file_part(EMFormatHTML *efh, const char *mime_type, const char *path, const char *name);