diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | options.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. ------------------------------------------------------------------------------ @@ -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: |