* movemail.c: Don't grant more read permissions than necessary.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Mar 2013 01:05:40 +0000 (18:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Mar 2013 01:05:40 +0000 (18:05 -0700)
commit9e3edd30c34a2b6bfa031f301e9660ca8665462e
tree90f6a88f8b578047c99db3e71a556845ec749844
parentf58afc72bd0fd54189c2ca66b9907ca0d338de75
* movemail.c: Don't grant more read permissions than necessary.

The old 0333 dates back to before we called setuid,
so it was needed back then to ensure user-readability,
but 0377 should suffice now.
lib-src/ChangeLog
lib-src/movemail.c