From 16102f25592f742f0dc8bed7bb351dec831d133f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 1 Apr 1997 22:09:07 +0000 Subject: Robert deBath's fix. svn path=/trunk/; revision=941 --- NEWS | 2 ++ options.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3c236e7b..b8c21c26 100644 --- 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. ------------------------------------------------------------------------------ diff --git a/options.c b/options.c index 10d93e36..b22e801c 100644 --- 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: -- cgit v1.2.3