aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-02-03 17:11:41 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2009-02-03 17:11:41 +0800
commitcf9d118d48473c0fe51e2d6514914da18748aa4b (patch)
treebc5467bf2eeb798f30df4f696fb0f57fcc2144a6 /mail/em-format.h
parentbc0fdcbdeef4ec5fd72715766c64492b82979ee0 (diff)
downloadgsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar.gz
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar.bz2
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar.lz
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar.xz
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.tar.zst
gsoc2013-evolution-cf9d118d48473c0fe51e2d6514914da18748aa4b.zip
** Fix for bug #569986
2009-02-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #569986 * mail/em-format-html-print.c: Handle printers while doing attachment bar rendering. * mail/em-format-html.c: * mail/em-format.c: * mail/em-format.h: svn path=/trunk/; revision=37218
Diffstat (limited to 'mail/em-format.h')
-rw-r--r--mail/em-format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format.h b/mail/em-format.h
index 7d4b00b903..1ca0cefb43 100644
--- a/mail/em-format.h
+++ b/mail/em-format.h
@@ -228,6 +228,7 @@ struct _EMFormat {
char *charset; /* charset override */
char *default_charset; /* charset fallback */
gboolean composer; /* Formatting from composer ?*/
+ gboolean print;
gboolean show_photo; /* Want to show the photo of the sender ?*/
gboolean photo_local; /* Photos only from local addressbooks */
};