diff options
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( |