aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-09-07 03:47:46 +0800
committerDan Winship <danw@src.gnome.org>2001-09-07 03:47:46 +0800
commite14c6141596aac5b34250f0a994cfa4f73516fcc (patch)
tree4e69d87bc6e9cf5360782f6646200b660fdbb455 /e-util/e-html-utils.h
parentb5e4fe865ef94a8dd1988302fdbe61275a0d2f03 (diff)
downloadgsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar.gz
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar.bz2
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar.lz
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar.xz
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.tar.zst
gsoc2013-evolution-e14c6141596aac5b34250f0a994cfa4f73516fcc.zip
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
Diffstat (limited to 'e-util/e-html-utils.h')
-rw-r--r--e-util/e-html-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-html-utils.h b/e-util/e-html-utils.h
index 0a0d843e17..812fe06d58 100644
--- a/e-util/e-html-utils.h
+++ b/e-util/e-html-utils.h
@@ -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);