diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-09-25 10:50:40 -0400 |
commit | 652c51a528c2cceab8a4ff02283ae854d0427678 (patch) | |
tree | e0e9b09748c5d361638f64cb5a7dd8815fb94277 /lynx.cfg | |
parent | 07e246c51644d9790f2eaf4001ff4ffd40e3274f (diff) | |
download | lynx-snapshots-652c51a528c2cceab8a4ff02283ae854d0427678.tar.gz |
snapshot of project "lynx", label v2-8-1pre_2
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lynx.cfg b/lynx.cfg index a3c7d6f6..d2e074bb 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -16,7 +16,7 @@ # All definitions must be flush left and have NO spaces.!!! # # -# Starting with Lynx 2.8.1dev.1, the lynx.cfg file has a crude "include" +# Starting with Lynx 2.8.1, the lynx.cfg file has a crude "include" # facility. This means that you can take advantage of the global lynx.cfg # while also supplying your own tweaks. # @@ -318,6 +318,15 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #FORCE_8BIT_TOUPPER:FALSE +# While lynx supports different platforms and display character sets +# we need to limit outgoing mail character repertoire to reduce +# trouble for remote recipient who may not recognize our charset. +# You may try US-ASCII as the safest value (7 bit), any other MIME name +# or leave this field blanc (default) to use display character set. +# (Translation currently implemented for mail "subjects= " only). +# +#OUTGOING_MAIL_CHARSET: + # If Lynx encounters a charset parameter it doesn't recognize, it will # replace the value given by ASSUME_UNREC_CHARSET (or a corresponding # -assume_unrec_charset command line option) for it. This can be used @@ -377,6 +386,10 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html #URL_DOMAIN_PREFIXES:www. #URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org +# Lynx Options Menu style toggle: forms-based or old-style. +# Works if old-style menu is compiled in. +#FORMS_OPTIONS:FALSE + # Display partial pages while downloading #PARTIAL:TRUE |