Namazu-users-en(old)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Namazu document filter API documentation?
On Tue, 09 Oct 2001 10:23:21 -0700
Earl Hood <ehood@xxxxxxxxxxxxxxxxx> wrote:
> On October 9, 2001 at 21:35, Kenji Suzuki wrote:
> MHonArc message pages include special comment declarations at the
> top of each page containing information like subject, from, and
> message-id. From my examination of the mhonarc.pl document filter,
> it appears these comment fields are not used. Can the filter
> be modified to use this information,
Yes.
You can get the Message-id from $$contref and set $fields->{'message-id'}.
$$contref is the document content.
// Kenji