aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-19 03:05:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-19 03:05:42 +0800
commit6c48fb84dbe188dc67201062395544a2b1dd021c (patch)
tree14ee2aad46d0baadee858e70f0cb3d520f621879 /mail/mail-ops.c
parent91195af48f02c220eb2eca29c2ab417faf8a705f (diff)
downloadgsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar.gz
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar.bz2
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar.lz
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar.xz
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.tar.zst
gsoc2013-evolution-6c48fb84dbe188dc67201062395544a2b1dd021c.zip
updated for CamelTransferEncoding namespace changes
2003-09-18 Jeffrey Stedfast <fejj@ximian.com> * em-inline-filter.c: updated for CamelTransferEncoding namespace changes * em-inline-filter.h: updated for CamelTransferEncoding namespace changes * mail-ops.c: updated for CamelTransferEncoding namespace changes svn path=/trunk/; revision=22618
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 605dce794e..f68e8b9d20 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1927,7 +1927,7 @@ save_prepare_part (CamelMimePart *mime_part)
/* We want to save textual parts as 8bit instead of encoded */
type = camel_data_wrapper_get_mime_type_field (wrapper);
if (camel_content_type_is (type, "text", "*"))
- camel_mime_part_set_encoding (mime_part, CAMEL_MIME_PART_ENCODING_8BIT);
+ camel_mime_part_set_encoding (mime_part, CAMEL_TRANSFER_ENCODING_8BIT);
}
}
}