mhonarc-users

Re: Patch: no -extra- by default in fieldorder

1997-01-15 16:30:55
I wanted to specify the list of headers that should be included into
the HTML output via <fieldorder> resource tag.  Unfortunately -extra-
is added if not found in the <fieldorder> list (IMHO a bug. At least
an undocumented feature :-).  Suppressing the '-extra-' headers with

<excs>
.*
</excs>

does not work because <excs> seem to be checked before <fieldorder>.
Mhm... shouldn't <excs> only be used if -extra- is specified?

My solution was to  remove the automatic addition of -extra- to the
list specified by <fieldorder> (patch below).

This behavior will be the norm in the next release.  Therefore,
if you require the -extra- feature, you must explicitly specify it.

        --ewh

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Patch: no -extra- by default in fieldorder, Earl Hood <=