aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-03-23 18:56:58 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-03-23 18:56:58 +0800
commit3ab0a97a4ce870feba04b2e7a16c47ee60536969 (patch)
tree141b2d9c191a70b95ab2fabb5365645e41497ee2 /mail/em-format-html.h
parent6ee30271e20b004864b2c47b3dffbef451bdda03 (diff)
downloadgsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar.gz
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar.bz2
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar.lz
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar.xz
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.tar.zst
gsoc2013-evolution-3ab0a97a4ce870feba04b2e7a16c47ee60536969.zip
use EM_FORMAT_HTML_VPAD
2004-03-23 Radek Doulik <rodo@ximian.com> * em-format-html-display.c (efhd_format_attachment): use EM_FORMAT_HTML_VPAD * em-format-html.h (EM_FORMAT_HTML_VPAD): added new define for vertical padding * em-format-html.c (efh_format_message): change padding table so that it works OK with fixed gtkhtml svn path=/trunk/; revision=25156
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r--mail/em-format-html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h
index 65c242a415..ec69dc5296 100644
--- a/mail/em-format-html.h
+++ b/mail/em-format-html.h
@@ -97,6 +97,8 @@ struct _EMFormatHTMLPObject {
#define EM_FORMAT_HTML_XMAILER_OTHER (1<<1)
#define EM_FORMAT_HTML_XMAILER_RUPERT (1<<2)
+#define EM_FORMAT_HTML_VPAD "<table cellspacing=0 cellpadding=3><tr><td><a name=\"padding\"></a></td></tr></table>\n"
+
struct _EMFormatHTML {
EMFormat format;