aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-08 00:22:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-08 06:48:38 +0800
commit4cfb84c573f21ca7519e24cff1c5742b715355c4 (patch)
tree92314a7c4ebb1b82f5bbe0e48856e23f06dcfc95 /mail/em-format-html.c
parentc7b455de89487e606fc620420c1778f5e55afcac (diff)
downloadgsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.tar.gz
gsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.tar.zst
gsoc2013-evolution-4cfb84c573f21ca7519e24cff1c5742b715355c4.zip
Whitespace and coding style cleanups.
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 363be9afe7..6103f25e40 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -2817,9 +2817,9 @@ efh_format_headers (EMFormatHTML *efh,
g_string_free (tmp, TRUE);
} else if (!g_ascii_strcasecmp (header->name, "Subject")) {
gchar *buf = NULL;
- buf = camel_header_unfold (header->value);
- subject = camel_header_decode_string (buf, hdr_charset);
- g_free (buf);
+ buf = camel_header_unfold (header->value);
+ subject = camel_header_decode_string (buf, hdr_charset);
+ g_free (buf);
}
header = header->next;
}
@@ -2909,12 +2909,12 @@ efh_format_headers (EMFormatHTML *efh,
} else {
if (efh->priv->headers_collapsable)
camel_stream_printf (stream, "<tr><td valign=\"top\" width=\"20\"><a href=\"##HEADERS##\"><img src=\"%s/minus.png\"></a></td><td><table border=0 cellpadding=\"0\">\n",
- evolution_imagesdir);
- else
+ evolution_imagesdir);
+ else
camel_stream_printf (stream, "<tr><td><table border=0 cellpadding=\"0\">\n");
- }
+ }
- g_free (evolution_imagesdir);
+ g_free (evolution_imagesdir);
/* dump selected headers */
if (emf->mode == EM_FORMAT_MODE_ALLHEADERS) {
'>-3/+3 * - upgrade to 20110301190432bapt2011-03-042-3/+3 * - upgrade to 20110208125237bapt2011-02-102-3/+4 * update to: 20110113195528947bapt2011-01-172-3/+3 * - update to 20110101030647bapt2011-01-033-11/+11 * - update to 20101221135605bapt2010-12-222-3/+3 * - update to 20101207133137bapt2010-12-092-3/+3 * improve descriptionbapt2010-11-261-3/+2 * - MAKE_JOBS_UNSAFE in factpav2010-11-261-1/+1 * - update to 20101117133825bapt2010-11-202-3/+3 * - update to 20101111133638bapt2010-11-122-3/+3 * - update to 20101101142335bapt2010-11-023-4/+9 * - Update to 20101005035549bapt2010-10-072-4/+4 * - Update to 20100918155143bapt2010-09-212-4/+4 * - Update to 20100823222416bapt2010-08-302-4/+4 * Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1 * - Update to 20100703153359.araujo2010-07-182-4/+4