evolution-data-server r8376 - trunk/camel/providers/local
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8376 - trunk/camel/providers/local
- Date: Wed, 16 Jan 2008 13:28:17 +0000 (GMT)
Author: psankar
Date: Wed Jan 16 13:28:17 2008
New Revision: 8376
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8376&view=rev
Log:
2008-01-16 Sankar P <psankar novell com>
* camel-mbox-summary.c: (mbox_summary_sync_quick),
(camel_mbox_summary_sync_mbox):
Changed error message to a better string as suggested by
Wouter Bolsterlee <uws+gnome xs4all nl>
Modified:
trunk/camel/providers/local/ChangeLog
trunk/camel/providers/local/camel-mbox-summary.c
Modified: trunk/camel/providers/local/camel-mbox-summary.c
==============================================================================
--- trunk/camel/providers/local/camel-mbox-summary.c (original)
+++ trunk/camel/providers/local/camel-mbox-summary.c Wed Jan 16 13:28:17 2008
@@ -767,7 +767,7 @@
*/
camel_exception_setv(ex, CAMEL_EXCEPTION_SYSTEM,
- _("Corrupt mbox file or Invalid from address detected"));
+ _("Detected a corrupt mbox file or an invalid 'From' header"));
goto error;
}
@@ -796,7 +796,7 @@
*/
camel_exception_setv(ex, CAMEL_EXCEPTION_SYSTEM,
- _("Corrupt mbox file or Invalid from address detected"));
+ _("Detected a corrupt mbox file or an invalid 'From' header"));
goto error;
}
@@ -1085,7 +1085,7 @@
*/
camel_exception_setv(ex, CAMEL_EXCEPTION_SYSTEM,
- _("Corrupt mbox file or Invalid from address detected"));
+ _("Detected a corrupt mbox file or an invalid 'From' header"));
goto error;
}
@@ -1114,7 +1114,7 @@
*/
camel_exception_setv(ex, CAMEL_EXCEPTION_SYSTEM,
- _("Corrupt mbox file or Invalid from address detected"));
+ _("Detected a corrupt mbox file or an invalid 'From' header"));
goto error;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]