Bug 677664 - Camel: Remove "SMTP Authentication" status message
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 8 Jun 2012 01:04:20 +0000 (21:04 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 8 Jun 2012 01:07:06 +0000 (21:07 -0400)
Too jargony.  Just leave it on "Sending message (xx%)".

camel/providers/smtp/camel-smtp-transport.c

index 661e72e..8de7831 100644 (file)
@@ -459,8 +459,6 @@ smtp_transport_authenticate_sync (CamelService *service,
                return CAMEL_AUTHENTICATION_ERROR;
        }
 
-       camel_operation_push_message (cancellable, _("SMTP Authentication"));
-
        challenge = camel_sasl_challenge_base64_sync (
                sasl, NULL, cancellable, error);
        if (challenge) {
@@ -580,8 +578,6 @@ lose:
        result = CAMEL_AUTHENTICATION_ERROR;
 
 exit:
-       camel_operation_pop_message (cancellable);
-
        g_object_unref (sasl);
        g_free (respbuf);