From 07b855321acaa3d682a1d401ee21a20b539351d2 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Wed, 9 Nov 2005 07:56:12 +0000 Subject: [PATCH] Changed the string so as to be consistent with Win32 client error 2005-11-09 Sankar P * camel-groupwise-transport.c (groupwise_send_to): Changed the string so as to be consistent with Win32 client error messages. --- camel/providers/groupwise/ChangeLog | 5 +++++ camel/providers/groupwise/camel-groupwise-transport.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/camel/providers/groupwise/ChangeLog b/camel/providers/groupwise/ChangeLog index 8771501..adf7387 100644 --- a/camel/providers/groupwise/ChangeLog +++ b/camel/providers/groupwise/ChangeLog @@ -1,3 +1,8 @@ +2005-11-09 Sankar P + + * camel-groupwise-transport.c (groupwise_send_to): + Changed the string so as to be consistent with Win32 client error messages. + 2005-11-09 Shreyas Srinivasan * camel-groupwise-store.c (groupwise_connect): Uncomment diff --git a/camel/providers/groupwise/camel-groupwise-transport.c b/camel/providers/groupwise/camel-groupwise-transport.c index 64dda1d..827c474 100644 --- a/camel/providers/groupwise/camel-groupwise-transport.c +++ b/camel/providers/groupwise/camel-groupwise-transport.c @@ -212,7 +212,7 @@ groupwise_send_to (CamelTransport *transport, /* FIXME: 58652 should be changed with an enum.*/ if (status == 58652) - camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, _("You will not be able to send mails till you clear up some space by deleting some mails.\n")); + camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, _("You have exceed this account's storage limit. Your messages are queued in Outbox. Try sending after deleting/archiving some mails.\n")); else camel_exception_setv (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE,_("Could not send message: %s"),_("Unknown error")); -- 2.7.4