Re: Linking Threads spanning across multiple time periods archives

2013-06-18 Thread Alex Teslik
On Tue, 18 Jun 2013 11:24:07 +0700, Ganoksin wrote
> in our archives the thread are generated by subjects rather than message
> id's
> is there a way to mhonarc suggest a possible responses in [previous/next]
> time period archive?

As far as I know, no. 



Linking Threads spanning across multiple time periods archives

2013-06-17 Thread Ganoksin
in our archives the thread are generated by subjects rather than message
id's
is there a way to mhonarc suggest a possible responses in [previous/next]
time period archive?


Re: Still seeking solution: Linking Threads spanning across multiple time periods archives

2006-03-04 Thread Earl Hood
On March 5, 2006 at 09:57, Ganoksin wrote:

> We are looking for a solution (possible custom work) to link together
> threads that span across multiple time periods (monthly archives) to
> ease navigation and increase the mail archive functionality.

My thoughts on the problem:

To make cross-archive threads integrated into the navigation of
mhonarc will take much work.  I.e.  If you want the existing
resource layout framework to also apply to it, much work is required.

To minimize the work, cross-archive threads could be an "add-on"
navigational feature.  For example, the threading provided by the
"stock" mhonarc could be labeled "thread for this period".  A link
can be added to provide the "complete thread", which would provide
a separate page providing an overview of the thread (across all
periods).

As for implementation, one approach is to write a mhonarc-wrapper
(using the API) that stores message-ids to message pathnames in
a thread database (something like BerkleyDB would suffice).  The db
should also store any meta info needed to render the complete
thread page.  Keying of subjects is something that you would need
to decide if it is common for messages not to include in-reply-to
or references.

I do not think any quick solution exists.  Mhonarc suffers from
its Perl 4 legacy, making inflexible in certain matters.

--ewh



Still seeking solution: Linking Threads spanning across multiple time periods archives

2006-03-04 Thread Ganoksin
Hello

We are looking for a solution (possible custom work) to link together
threads that span across multiple time periods (monthly archives) to
ease navigation and increase the mail archive functionality.

please contact me on or off list with and ideas or offers
thanks