From fe962a2055234adf407999f0557ae25441ca5c35 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:31:40 +0000 Subject: Big header cleanups and nntp compile fix svn path=/trunk/; revision=9024 --- camel/camel-movemail.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'camel/camel-movemail.c') 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 +#endif #include #include @@ -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)); -- cgit v1.2.3