aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-29 15:10:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-29 15:10:22 +0000
commitd7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe (patch)
treedfae0c000c564f67697c89f5d253cdfbe01f773b /options.c
parentb1ee6be33d46826e60353a368850cfe098e4826e (diff)
downloadfetchmail-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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/options.c b/options.c
index f8b2c0c2..492bf5a9 100644
--- a/options.c
+++ b/options.c
@@ -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);