diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-17 07:57:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-17 07:57:06 +0000 |
commit | 68b96cb4f8258c5120b8daec819cb8ae2456f399 (patch) | |
tree | 403b0993b7b42e3dc84a9cdbd502f824e02a7081 /fetchmail.h | |
parent | ddb99a133d2301974d24b41b19210f3c03bc708c (diff) | |
download | fetchmail-68b96cb4f8258c5120b8daec819cb8ae2456f399.tar.gz fetchmail-68b96cb4f8258c5120b8daec819cb8ae2456f399.tar.bz2 fetchmail-68b96cb4f8258c5120b8daec819cb8ae2456f399.zip |
Added forcecr option.
svn path=/trunk/; revision=963
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 526d7370..4680bfe3 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -114,6 +114,7 @@ struct query int flush; int rewrite; int stripcr; + int forcecr; int limit; int fetchlimit; int batchlimit; |