diff options
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r-- | mail/em-format-html-print.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h index c33669651d..5f08b6ef82 100644 --- a/mail/em-format-html-print.h +++ b/mail/em-format-html-print.h @@ -56,6 +56,9 @@ struct _EMFormatHTMLPrint { EMFormatHTML *source; GtkPrintOperationAction action; + gchar *export_filename; + + gboolean async; }; struct _EMFormatHTMLPrintClass { |