| Top |  |  |  |  | 
EMailFormatter * e_mail_formatter_quote_new (const gchar *credits,EMailFormatterQuoteFlags flags);
e_mail_formatter_quote_new is deprecated and should not be used in newly-written code.
struct EMailFormatterQuoteContext {
	EMailFormatterContext parent;
	guint32 qf_flags;
};
EMailFormatterQuoteContext is deprecated and should not be used in newly-written code.
struct EMailFormatterQuoteExtension {
	EMailFormatterExtension parent;
};
EMailFormatterQuoteExtension is deprecated and should not be used in newly-written code.
This is an abstract base type for formatter extensions which are intended only for use by EMailFormatterQuote.