On October 26, 1999 at 20:52, "Simeon Nevel" wrote:

> I know that you can specify many of the resource file settings on the 
> command-line or via environment variables, i.e.
> 
>     <Title> = -title = MH2_TITLE
> 
> But...
> 
> Is there anyway to do this so that the cmd-line or env variable 
> settings are associated with <OtherIndexes>?

You can use -definevar.  For example:

    shell> mhonarc -definevar OIDX-TITLE='Other Index Title' ...

In the other index resource file:

    <TITLE>
    $OIDX-TITLE$
    </TITLE>

Or use <TTITLE> if a thread index.

        --ewh

Reply via email to