mhonarc-users

Re: Pb with MIMEArgs

2001-01-25 18:50:58
On January 25, 2001 at 12:45, "Jean-Philippe Papillon" wrote:

<MIMEArgs override>
text/plain;maxwidth=80
image/gif;       inline usename subdir
image/jpeg;      inline usename subdir
image/x-xbitmap; inline usename subdir
image/x-xbm;     inline usename subdir
m2h_external::filter; usename usenameext useicon subdir
</MIMEArgs>

With respect to using content-type or filter-function specifiers,
arguments are NOT additive.  I.e. The specific content-type arguments
completely mask out any filter-based arguments.  If you want icons,
you must specify the useicon option to each content-type listing.

Now if you are not too concerned about general image types, the
following should do:

<MIMEArgs override>
text/plain;maxwidth=80
m2h_external::filter; inline usename usenameext useicon subdir
</MIMEArgs>

The "inline" option is valid only with image data, so specifying
for all types should be okay.

--ewh

<Prev in Thread] Current Thread [Next in Thread>