aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-11 20:39:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-11 20:39:00 +0000
commitb2ed4d15f7bb1c53e5be028ffd4203aa3e0ce299 (patch)
tree46bc85a759885ff540f48d5bb159abdf3929c10d /fetchmail.h
parent10cd9f323f27319df425c9f8d6c83cd3d7e41b88 (diff)
downloadfetchmail-b2ed4d15f7bb1c53e5be028ffd4203aa3e0ce299.tar.gz
fetchmail-b2ed4d15f7bb1c53e5be028ffd4203aa3e0ce299.tar.bz2
fetchmail-b2ed4d15f7bb1c53e5be028ffd4203aa3e0ce299.zip
Correct the rewrite logic.
svn path=/trunk/; revision=81
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 6cd1b480..2efb8a40 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -62,7 +62,7 @@ struct hostrec
int protocol;
int fetchall;
int flush;
- int rewrite;
+ int norewrite;
/* state used for tracking UIDL ids */
char lastid [IDLEN];