summaryrefslogtreecommitdiff
path: root/lib-src/movemail.c
AgeCommit message (Expand)Author
2001-11-03(popmail): Always pass two args to `error'.Richard M. Stallman
2000-09-04(index, rindex): Prototype conditionally.Dave Love
2000-09-01(toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OKEli Zaretskii
2000-08-29Revert previous change.Dave Love
2000-08-28(toplevel) [HAVE_STRING_H]: Include string.h.Dave Love
2000-08-22(main) [WINDOWSNT]: Force binary mode for fileio.Andrew Innes
2000-05-21Include config.h, not ../src/config.h.Dave Love
2000-01-29Fix previous change.Richard M. Stallman
2000-01-29(main): Improve error message if can't create lock file.Richard M. Stallman
1999-12-10(popmail): Allow mailbox specifications of theGerd Moellmann
1999-10-19Add support for large files. Merge glibc 2.1.2.Paul Eggert
1999-05-02(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.Andrew Innes
1998-09-21(popmail, pop_retr) [MAIL_USE_POP]: When displayingKarl Heuer
1998-09-04[MAIL_USE_POP]: Add the "-r" flag to reverse theKarl Heuer
1998-06-01(sys_wait): Rename to wait.Andrew Innes
1998-05-25Undo this previous change:Richard M. Stallman
1998-05-02[WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. ForceRichard M. Stallman
1998-04-06[MAIL_USE_POP]: Add support for "-g" and "-k"Karl Heuer
1998-04-06Move cancelations up. Include <stdlib.h> ifAndreas Schwab
1998-01-23(main): Fix interwoven brace and cpp conditional nesting.Andreas Schwab
1997-12-04Allow messages retrieved from the POPKarl Heuer
1997-12-03(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with aPaul Eggert
1997-07-05(rindex): Add declaration.Richard M. Stallman
1997-02-23(popmail): Remove some unnecessary functionKarl Heuer
1997-02-14Delete duplicate inclusion of fcntl.hKarl Heuer
1997-01-21(main): Do not display "[POP-password]" in the usageRichard M. Stallman
1997-01-20Include maillock.h (conditionally).Richard M. Stallman
1996-09-29(main): If the lock call fails with EBUSY orRichard M. Stallman
1996-09-17Replaced all BSD with BSD_SYSTEM.Karl Heuer
1996-04-28(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.Richard M. Stallman
1996-04-28(access, unlink) [WINDOWSNT]: Macros undefined.Richard M. Stallman
1996-02-22Comment change.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-05Comment fixes.Karl Heuer
1995-08-06(main): Fix previous change.Richard M. Stallman
1995-08-05(main): Mention lock file name in error message.Richard M. Stallman
1995-07-18Comment change.Richard M. Stallman
1995-06-30(main) [MAIL_USE_POP]: When a user specifies aRichard M. Stallman
1995-06-26(main): Add newline in usage message.Richard M. Stallman
1995-05-07(main): Increase lock timeout to five minutes.Richard M. Stallman
1995-05-04(xmalloc): Declare it to return long *.Richard M. Stallman
1995-01-11(main): Skip past the colon in inname.Richard M. Stallman
1994-10-20PopServer renamed to popserver throughout.Richard M. Stallman
1994-10-19Don't declare malloc.Richard M. Stallman
1994-10-12Eliminate some -Wall warnings.David J. MacKenzie
1994-10-12Make functions that return nothing void, not implicitly int.David J. MacKenzie
1994-09-27Improve POP code, move most of it into a separate file.Richard M. Stallman
1994-08-04Include config.h first thing.Richard M. Stallman
1994-04-13[HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman
1994-04-12(main): Use setuid, not seteuid.Karl Heuer