diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-11 09:49:26 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-06-11 09:49:26 -0400 |
commit | c7bfda903760e4bd0d0d8327560f6dee5e1dc059 (patch) | |
tree | f197fd66d2ecff0a5f2b1b7ab75badad13bf7e1e /src/HTInit.c | |
parent | fb0d318386632c15db3b295713bd6b26a328e564 (diff) | |
download | lynx-snapshots-c7bfda903760e4bd0d0d8327560f6dee5e1dc059.tar.gz |
snapshot of project "lynx", label v2-8-3dev_1
Diffstat (limited to 'src/HTInit.c')
-rw-r--r-- | src/HTInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/HTInit.c b/src/HTInit.c index e08d9b63..d65298d7 100644 --- a/src/HTInit.c +++ b/src/HTInit.c @@ -645,6 +645,9 @@ PRIVATE int ExitWithError ARGS1( return(-1); } +/* Reverse the entries from each mailcap after it has been read, so that + * earlier entries have precedence. Set to 0 to get traditional lynx + * behavior, which means that the last match wins. - kw */ #define reverse_mailcap 1 PRIVATE int HTLoadTypesConfigFile ARGS1( |