diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-03 01:16:48 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-06-03 01:16:48 -0400 |
commit | 03239fe7d0beedb4b52c96d56729d24fa0db0405 (patch) | |
tree | ab4e06ed9cdecc0f1312af802569fb3af574f45b /lynx.cfg | |
parent | dbcd4fe595142928b3c220ccea2056987ea0a58c (diff) | |
download | lynx-snapshots-03239fe7d0beedb4b52c96d56729d24fa0db0405.tar.gz |
snapshot of project "lynx", label v2-8-4dev_3
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index f632dd8b..d965c809 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -739,6 +739,15 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html #SOURCE_CACHE:NONE +.h2 SOURCE_CACHE_FOR_ABORTED +# This setting controls what will happen with cached source for the document +# being fetched from the net if fetching was aborted (either user pressed +# 'z' or network went down). If set to KEEP, the source fetched so far will +# be preserved (and used as cache), if set to DROP lynx will drop the +# source cache for that document (i.e. only completely downloaded documents +# will be cached in that case). +#SOURCE_CACHE_FOR_ABORTED:DROP + .h2 ALWAYS_RESUBMIT_POSTS # If ALWAYS_RESUBMIT_POSTS is set TRUE, Lynx always will resubmit forms # with method POST, dumping any cache from a previous submission of the |