aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-transport.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-05 03:51:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-05 03:51:45 +0800
commit1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2 (patch)
tree137b2192291d2af0ff369f2e2d49d7488d824a05 /camel/providers/smtp/camel-smtp-transport.c
parent774f68240c18cfb8d7512280745ccdc6c062f320 (diff)
downloadgsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar.gz
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar.bz2
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar.lz
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar.xz
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.tar.zst
gsoc2013-evolution-1b7cf38b9cb6c7fddbe44330f7fc0d5089ff15b2.zip
Do a clean disconnect.
2001-09-04 Jeffrey Stedfast <fejj@ximian.com> * camel-service.c (camel_service_finalize): Do a clean disconnect. svn path=/trunk/; revision=12593
Diffstat (limited to 'camel/providers/smtp/camel-smtp-transport.c')
-rw-r--r--camel/providers/smtp/camel-smtp-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c
index 1f3abf987d..a9290c41cb 100644
--- a/camel/providers/smtp/camel-smtp-transport.c
+++ b/camel/providers/smtp/camel-smtp-transport.c
@@ -577,7 +577,7 @@ smtp_send_to (CamelTransport *transport, CamelMedium *message,
gboolean has_8bit_parts;
GList *r;
- cia = camel_mime_message_get_from(CAMEL_MIME_MESSAGE (message));
+ cia = camel_mime_message_get_from (CAMEL_MIME_MESSAGE (message));
if (!cia) {
camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM,
_("Cannot send message: "