]> Pileus Git - ~andy/fetchmail/commitdiff
Fix the idfile option.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 25 May 1998 20:19:56 +0000 (20:19 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 25 May 1998 20:19:56 +0000 (20:19 -0000)
svn path=/trunk/; revision=1829

NEWS
fetchmail.c

diff --git a/NEWS b/NEWS
index dad4f19fd218f30c01e3de9ce7bc79567310d324..4b41a53695d64d3d83d4f0c78844590bfee0d64d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ fetchmail-4.4.8 ():
 * Removed fetchall side-effect kluge, now that we knowe how to make TOP work
   with qpopper 2.3+.
 * Patch by Kok Seng to prevent loss of UID info when a query fails.
+* Pascal Grudler <pg@dtx466.ledl.com> sent a fix for the idfile option.
 * Several fixes for command-line processing from Gunther Leber:
   - in fetchmail.c
     * set tmpbuf to NULL after freeing the buffer (so this will hopefully
index e7c7e3b308804e4fdd6cad116399c9755a78549d..bd6795d20a10651882083670c56c58b920f48498 100644 (file)
@@ -887,7 +887,7 @@ static int load_params(int argc, char **argv, int optind)
     if (cmd_run.logfile)
        run.logfile = cmd_run.logfile;
     if (cmd_run.idfile)
-       run.logfile = cmd_run.idfile;
+       run.idfile = cmd_run.idfile;
     if (cmd_run.poll_interval >= 0)
        run.poll_interval = cmd_run.poll_interval;
     if (cmd_run.invisible)