aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-format-quote.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-29 22:21:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-29 22:21:47 +0800
commit747db5952db1ac5251ea9d3b47780ed441ed77ed (patch)
tree18706753f15f744f76ec44b3af03ed75d46f0299 /em-format/em-format-quote.c
parenta5447adfe6d3579f32305933c9b0d2b27e33eaac (diff)
downloadgsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar.gz
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar.bz2
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar.lz
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar.xz
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.tar.zst
gsoc2013-evolution-747db5952db1ac5251ea9d3b47780ed441ed77ed.zip
EMFormat: Cleanups.
Diffstat (limited to 'em-format/em-format-quote.c')
-rw-r--r--em-format/em-format-quote.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c
index c3231785bf..b74da215f4 100644
--- a/em-format/em-format-quote.c
+++ b/em-format/em-format-quote.c
@@ -524,9 +524,9 @@ emfq_write_attachment (EMFormat *emf,
static void
emfq_write (EMFormat *emf,
- CamelStream *stream,
- EMFormatWriterInfo *info,
- GCancellable *cancellable)
+ CamelStream *stream,
+ EMFormatWriterInfo *info,
+ GCancellable *cancellable)
{
GList *iter;
@@ -572,7 +572,7 @@ emfq_init (EMFormatQuote *emfq)
emfq->priv->text_html_flags =
CAMEL_MIME_FILTER_TOHTML_PRE |
CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS |
- CAMEL_MIME_FILTER_TOHTML_CONVERT_ADDRESSES;
+ CAMEL_MIME_FILTER_TOHTML_CONVERT_ADDRESSES;
}
GType