aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-04-01 22:09:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-04-01 22:09:07 +0000
commit16102f25592f742f0dc8bed7bb351dec831d133f (patch)
treea55663d405e30dcce3be07d929d1cfea4009c92d
parent8c7217e7c185a197bc2e56b55e02be67172a376c (diff)
downloadfetchmail-16102f25592f742f0dc8bed7bb351dec831d133f.tar.gz
fetchmail-16102f25592f742f0dc8bed7bb351dec831d133f.tar.bz2
fetchmail-16102f25592f742f0dc8bed7bb351dec831d133f.zip
Robert deBath's fix.
svn path=/trunk/; revision=941
-rw-r--r--NEWS2
-rw-r--r--options.c2
2 files changed, 3 insertions, 1 deletions
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: