summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-mail_em-migrate.c
blob: 6aa2e9a13838788d06a89445be1df135446ee44e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mail/em-migrate.c.orig  Tue Dec 21 15:09:30 2004
+++ mail/em-migrate.c   Tue Dec 21 15:09:46 2004
@@ -1447,7 +1447,7 @@
    ut.actime = st.st_atime;
    ut.modtime = st.st_mtime;
    utime (dest, &ut);
-   chmod (dest, st.st_mode);
+   chmod (dest, st.st_mode | S_IWUSR);
    
    return 0;