]> Pileus Git - ~andy/fetchmail/commitdiff
Robert deBath's fix.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 1 Apr 1997 22:09:07 +0000 (22:09 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 1 Apr 1997 22:09:07 +0000 (22:09 -0000)
svn path=/trunk/; revision=941

NEWS
options.c

diff --git a/NEWS b/NEWS
index 3c236e7baa08a372a22b8ce9005c12d5b0f7eba8..b8c21c2624c7839285d193d400122df39ea22498 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,8 @@ bugs --
 
 * George Sipe sent a fix for the --monitor code.
 
+* --nowrewrite was a no-op.  Fixed.
+
 There are 261 people on the fetchmail-friends list.
 
 ------------------------------------------------------------------------------
index 10d93e361c9579b8cde0446735317e73500a2f30..b22e801c01371be910b2bd7ce6cdbdf935799ebd 100644 (file)
--- a/options.c
+++ b/options.c
@@ -245,7 +245,7 @@ struct query *ctl;  /* option record to be initialized */
            break;
        case 'n':
        case LA_NOREWRITE:
-           ctl->rewrite = FLAG_TRUE;
+           ctl->rewrite = FLAG_FALSE;
            break;
        case 'l':
        case LA_LIMIT: