[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filename guarantees



On January 18, 2002 at 06:23, Gary Frederick wrote:

> I would also like the file names as message-ids.
> 
> Is there a list of possible enhancements? (I'm interested in an XMLized 
> MHonArc.)

I keep a TODO list, which is included in the distribution.

As for XML, you can generate XML by redefining the page layout resources.
One limitation I do know of is that you are somewhat limited on
the formatting of message headers.  I.e.  You cannot map message header
fields to specific tags.  You should be able to do something like
the following:

<msghead>
  <field>
    <label>To</label>
    <value>foo@xxx.xxx</value>
  </field>
  <field>
    <label>Subject</label>
    <value>This is the subject</value>
  </field>
  ...
</msghead>

Of course, the indenting may not be as nice.

You may also have to customize the various filters since they are
geared for HTML.

I do have on my TODO list to change MHonArc defaults to use XHTML.

--ewh


[Index of Archives]     [Bugtraq]     [Yosemite News]     [Mhonarc Home]