aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-movemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-movemail.c')
-rw-r--r--camel/camel-movemail.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/camel/camel-movemail.c b/camel/camel-movemail.c
index a0873b25ad..4e1d67563d 100644
--- a/camel/camel-movemail.c
+++ b/camel/camel-movemail.c
@@ -23,7 +23,9 @@
* USA
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include <sys/stat.h>
#include <sys/uio.h>
@@ -582,8 +584,8 @@ camel_movemail_solaris (int sfd, int dfd, CamelException *ex)
fail:
camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM,
- "Error copying "
- "mail temp file: %s",
+ _("Error copying "
+ "mail temp file: %s"),
g_strerror (errno));