diff options
| author | Richard M. Stallman | 1992-01-18 22:46:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-01-18 22:46:00 +0000 |
| commit | 08d0752fde2c2c4aaedbe6dec9dc9682bb61df58 (patch) | |
| tree | 5869ae1f87494642e13b77e67f4a4685f92a2cb3 /lib-src/movemail.c | |
| parent | 080a57cedace628c2c018e00137d6d4c9ef4318d (diff) | |
| download | emacs-08d0752fde2c2c4aaedbe6dec9dc9682bb61df58.tar.gz emacs-08d0752fde2c2c4aaedbe6dec9dc9682bb61df58.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src/movemail.c')
| -rw-r--r-- | lib-src/movemail.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 608eb7ecc0e..9b216068357 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -18,6 +18,18 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 20 | 20 | ||
| 21 | /* Important notice: defining MAIL_USE_FLOCK *will cause loss of mail* | ||
| 22 | if you do it on a system that does not normally use flock as its way of | ||
| 23 | interlocking access to inbox files. The setting of MAIL_USE_FLOCK | ||
| 24 | *must agree* with the system's own conventions. | ||
| 25 | It is not a choice that is up to you. | ||
| 26 | |||
| 27 | So, if your system uses lock files rather than flock, then the only way | ||
| 28 | you can get proper operation is to enable movemail to write lockfiles there. | ||
| 29 | This means you must either give that directory access modes | ||
| 30 | that permit everyone to write lockfiles in it, or you must make movemail | ||
| 31 | a setuid or setgid program. */ | ||
| 32 | |||
| 21 | /* | 33 | /* |
| 22 | * Modified January, 1986 by Michael R. Gretzinger (Project Athena) | 34 | * Modified January, 1986 by Michael R. Gretzinger (Project Athena) |
| 23 | * | 35 | * |