aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-04-29 20:48:30 +0800
committerMilan Crha <mcrha@redhat.com>2014-04-29 20:49:59 +0800
commit3c497e278d5af861d09db0d57758f0612ea4baf1 (patch)
treecc5c7fe2e53872050d32409f5360136efdd4a31e /e-util/e-html-utils.h
parent1ed59cadaae04a119bbffcc6fcfc41f7b269c5e5 (diff)
downloadgsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar.gz
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar.bz2
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar.lz
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar.xz
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.tar.zst
gsoc2013-evolution-3c497e278d5af861d09db0d57758f0612ea4baf1.zip
Bug #685323 - Provide SIP field for contacts
Diffstat (limited to 'e-util/e-html-utils.h')
-rw-r--r--e-util/e-html-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-html-utils.h b/e-util/e-html-utils.h
index 6ff93d7e65..ea48fbd890 100644
--- a/e-util/e-html-utils.h
+++ b/e-util/e-html-utils.h
@@ -36,6 +36,9 @@
#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)
+#define E_TEXT_TO_HTML_HIDE_URL_SCHEME (1 << 8)
+#define E_TEXT_TO_HTML_URL_IS_WHOLE_TEXT (1 << 9)
+#define E_TEXT_TO_HTML_LAST_FLAG (1 << 10)
gchar *e_text_to_html_full (const gchar *input, guint flags, guint32 color);
gchar *e_text_to_html (const gchar *input, guint flags);