diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-21 00:22:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-21 00:22:44 +0000 |
commit | 5eef145f09c4384b4c2acd40bdc005e96b26b851 (patch) | |
tree | e85386a04facac14adb10121db9841b97ddd1746 /NEWS | |
parent | f6578eeac22b7854cd19b0bbad909efcbfd1c832 (diff) | |
download | fetchmail-5eef145f09c4384b4c2acd40bdc005e96b26b851.tar.gz fetchmail-5eef145f09c4384b4c2acd40bdc005e96b26b851.tar.bz2 fetchmail-5eef145f09c4384b4c2acd40bdc005e96b26b851.zip |
Logfile optionm now works.
svn path=/trunk/; revision=50
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -2,14 +2,9 @@ To-do list: -I want a --logfile option that redirects the daemon-mode output to a -given file, but the code (in daemon.c near 200) unaccountably doesn't -work (so I haven't documented it yet). - Why doesn't sendmail delivery work in daemon mode? In daemon mode (but not in normal run-to-completion mode) popclient croaks after its first delivery (there's a kluge in options.c to deal with this). -We need the logfile option to debug this! Option to enable EMACS-like user folder versioning on each run. @@ -19,6 +14,10 @@ S/key for secure challenge-response. Implement IMAP support. +3.04: + +* Logfile option works. + 3.03: * Minor bug fixes for password querying and redirection to stdout. @@ -33,8 +32,6 @@ Implement IMAP support. * Delivery via sendmail now works in non-daemon mode. -* Experimental code to support - 3.01: * Fixed a lexical analyzer bug in quoted-string processing. |