aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r--mail/em-format-html-print.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h
index 5c8731ef12..0153d405e6 100644
--- a/mail/em-format-html-print.h
+++ b/mail/em-format-html-print.h
@@ -13,13 +13,14 @@ struct _GnomePrintConfig;
typedef struct _EMFormatHTMLPrint EMFormatHTMLPrint;
typedef struct _EMFormatHTMLPrintClass EMFormatHTMLPrintClass;
-struct _CamelMimePart;
+struct _CamelFolder;
struct _EMFormatHTMLPrint {
EMFormatHTML formathtml;
struct _GtkWidget *window; /* used to realise the gtkhtml in a toplevel, i dont know why */
struct _GnomePrintConfig *config;
+ struct _EMFormatHTML *source; /* used for print_message */
int preview:1;
};
@@ -33,5 +34,6 @@ GType em_format_html_print_get_type(void);
EMFormatHTMLPrint *em_format_html_print_new(void);
int em_format_html_print_print(EMFormatHTMLPrint *efhp, EMFormatHTML *source, struct _GnomePrintConfig *print_config, int preview);
+int em_format_html_print_message(EMFormatHTMLPrint *efhp, EMFormatHTML *source, struct _GnomePrintConfig *print_config, struct _CamelFolder *folder, const char *uid, int preview);
#endif /* ! _EM_FORMAT_HTML_PRINT_H */