diff lib-src/movemail.c @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 78f53ef88e17
children c5d627a313b1
line wrap: on
line diff
--- a/lib-src/movemail.c	Mon Aug 13 10:22:10 2007 +0200
+++ b/lib-src/movemail.c	Mon Aug 13 10:23:02 2007 +0200
@@ -534,7 +534,9 @@
       error ("Error in open: %s, %s", strerror (errno), outfile);
       return (1);
     }
+#ifndef __CYGWIN32__
   fchown (mbfi, getuid (), -1);
+#endif
 
   if ((mbf = fdopen (mbfi, "wb")) == NULL)
     {