Add E_TEXT_TO_HTML_CITE, to prepend "> " to each line.

* e-html-utils.c (e_text_to_html_full): Add E_TEXT_TO_HTML_CITE,
	to prepend "> " to each line.

svn path=/trunk/; revision=12655
This commit is contained in:
Dan Winship
2001-09-06 19:47:46 +00:00
parent b5e4fe865e
commit e14c614159
3 changed files with 13 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#define E_TEXT_TO_HTML_MARK_CITATION (1 << 4)
#define E_TEXT_TO_HTML_CONVERT_ADDRESSES (1 << 5)
#define E_TEXT_TO_HTML_ESCAPE_8BIT (1 << 6)
#define E_TEXT_TO_HTML_CITE (1 << 7)
char *e_text_to_html_full (const char *input, unsigned int flags, guint32 color);
char *e_text_to_html (const char *input, unsigned int flags);