diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-29 15:10:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-29 15:10:22 +0000 |
commit | d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe (patch) | |
tree | dfae0c000c564f67697c89f5d253cdfbe01f773b /options.c | |
parent | b1ee6be33d46826e60353a368850cfe098e4826e (diff) | |
download | fetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.tar.gz fetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.tar.bz2 fetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.zip |
Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots of
other man page improvements.
svn path=/trunk/; revision=181
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -277,12 +277,7 @@ struct hostrec *queryctl; } queryctl->protocol = P_AUTO; - -#if defined(KEEP_IS_DEFAULT) - queryctl->keep = 1; -#else queryctl->keep = 0; -#endif queryctl->norewrite = 0; strcpy(queryctl->localname, user); |