![]()
From: Peter C. McCluskey (pcm@rahul.net)
Date: Mon Mar 18 2002 - 12:18:37 CST
daniel@haxx.se (Daniel Stenberg) writes:
>Ignoring all types will make it ignore all parts, including the text parts
>you most likely didn't want to ignore...
>
>A proper solution would probably be to support an inverted option, like in:
>
> ignore_types = *
> allow_types = text/plain
The ignore_types option supports 2 special types which should accomplish that:
$BINARY - ignore all types that would be stored as separate files.
$NONPLAIN - ignore all types not treated as text/plain, and all $BINARY types.
-- ------------------------------------------------------------------------------ Peter McCluskey | Free Jon Johansen! http://www.rahul.net/pcm |
![]()