mhonarc-users

Re: the value of message filename

2002-09-01 16:22:36
On September 1, 2002 at 17:26, Miyoko Shioda wrote:

If we make html by mhonarc, the value of message filename starts with
zero (i.e. msg00000.html).
But, I want to make message html whose value of message is the same as
mail file in spool.

Say that there are the following mails in my mail spool,
      100
      101
      102
mhonarc outputs the following message html.
      msg00000.html
      msg00001.html
      msg00002.html

But, I want to let mhonarc make message html of the following filename.
      msg00100.html
      msg00101.html
      msg00102.html

I think you are refering to an MH-style mail folder since traditional
mail spool files do not number messages.

The only way to get this kind of behavior is to modify the MHonArc
source.  Since MHonArc can take input from mailbox files or directories,
a little thought is needed in the implementation to be aware of this.
The approach I would take is to implement an abstraction for the
message number assignment so alternate number assignment methods could
be hooked in.

--ewh

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-USERS

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