On March 8, 1999 at 00:20, "Michael Gwilliam" wrote:

> No I want MHonArc to make me a list like:
> 
>       * Account A1234, locked self out of car
> 
>           * <Possible follow-up(s)>
>           * Acct A1234, Re: locked self out of car
>           * Acct A1234, Flat Tire on car
>           * Acct A1234, Re: Flat Tire on Car
> 
>       * Account A287, locked self out of house
> 
>           * <Possible follow-up(s)>
>           * Acct A287, Re: locked self out of house
>           * Acct A287, Broken Swing on porch
>           * Acct A287, Re: locked self out of house
> 
> In other words I want to group messages by a custom header within MHonArc.

This cannot be done "out-of-the-box".  This would require code
modifications.

The two main places in the code to check out are:

    o   read_mail_header() routine in mhamain.pl:
            Here you can change the subject text when messages are
            first read.

    o   compute_threads() routine in mhthread.pl:
            Here, you can modify how possible-followups are computed
            by inserting custom code.

--ewh

----
             Earl Hood              | University of California: Irvine
      [EMAIL PROTECTED]      |      Electronic Loiterer
http://www.oac.uci.edu/indiv/ehood/ | Dabbler of SGML/WWW/Perl/MIME

Reply via email to