Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / faq / threads.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<HTML>
3<HEAD>
4<TITLE>MHonArc FAQ: Threading</TITLE></HEAD>
5<BODY>
6
7<!--X-NavButtons-Start-->
8<p align=center>
9[<a href="msgpgs.html">Prev</a>][<a href="mime.html">Next</a>][<a href="faq.html">TOC</a>][<a href="http://www.mhonarc.org/">Home</a>]
10</p>
11<!--X-NavButtons-End-->
12
13<!-- ===================================================================== -->
14<HR>
15<H2><a name="threading">Threading</a></H2>
16
17<!--X-TOC-Start-->
18<ul>
19<li><a href="#howthreads">How does threading work?</a></li>
20<li><a href="#whynotthreads">Why isn't threading working for me?</a></li>
21<li><a href="#refsinmua">How can I get my MUA to define the References or In-Reply-To field? </a></li>
22</ul>
23<!--X-TOC-End-->
24
25<!-- ??????????????????????????????????????????????????????????????? -->
26<hr noshade size=1>
27<table border=0>
28<tr valign=top><td><img src="monicon.png" align="bottom" alt=""></td><td>
29<h3><b><a name="howthreads">How does threading work?</a></b></h3>
30</td></tr></table>
31
32<P>MHonArc utilizes the <CODE>References</CODE> and
33<CODE>In-Reply-To</CODE> fields of mail messages for generating
34threads. It is up to the mail user agents (MUAs) to define these
35fields. The <CODE>References</CODE> field is normally utilized by
36news software, while <CODE>In-Reply-To</CODE> is normally utilized
37be e-mail software. </P>
38
39<p>In v2.0 and later, MHonArc will also check message subjects for
40threads. Hence, if the MUA fails to include the reference message
41ID, MHonArc will still group messages of the same subject
42together (utilizing the message date for thread order).
43</p>
44
45<!-- ??????????????????????????????????????????????????????????????? -->
46<hr noshade size=1>
47<table border=0>
48<tr valign=top><td><img src="monicon.png" align="bottom" alt=""></td><td>
49<h3><b><a name="whynotthreads">Why isn't threading working for me?</a></b></h3>
50</td></tr></table>
51
52<P>In versions prior to v2.0, If the mail you archive does not
53contain <CODE>References</CODE> and <CODE>In-Reply-To</CODE> fields,
54MHonArc will not detect a thread, even though there are
55messages that are follow-ups to existing messages. </P>
56
57
58<!-- ??????????????????????????????????????????????????????????????? -->
59<hr noshade size=1>
60<table border=0>
61<tr valign=top><td><img src="monicon.png" align="bottom" alt=""></td><td>
62<h3><b><a name="refsinmua">How can I get my MUA to define the References or In-Reply-To field? </a></b></h3>
63</td></tr></table>
64
65<P>The answer varies depending on your MUA. You'll need to look at the
66documentation of your MUA to find the answer.
67</P>
68
69<P>For MH users, the following in your <CODE>replcomps</CODE> file will work:
70</P>
71
72<PRE>%&lt;{date}In-reply-to: Your message of "\
73%&lt;(nodate{date})%{date}%|%(pretty{date})%&gt;."%&lt;{message-id}
74 %{message-id}%&gt;\n%&gt;\
75
76</PRE>
77
78<P>Or, you can use the following if you prefer the
79<CODE>References</CODE> field format: </P>
80
81<PRE>%&lt;{message-id}References: \
82%&lt;{references}%(void{references})%(trim)%(putstr) %&gt;
83 %(void{message-id})%(trim)%(putstr)\n%&gt;\
84
85</PRE>
86
87<P>Author welcomes feedback from users on how to configure other MUAs.
88</P>
89
90<!-- ===================================================================== -->
91<hr>
92
93<!--X-NavButtons-Start-->
94<p align=center>
95[<a href="msgpgs.html">Prev</a>][<a href="mime.html">Next</a>][<a href="faq.html">TOC</a>][<a href="http://www.mhonarc.org/">Home</a>]
96</p>
97<!--X-NavButtons-End-->
98
99<HR>
100<address>
101$Date: 2001/12/24 14:38:40 $ <br>
102<img align="top" src="monicon.png" alt="">
103<a href="http://www.mhonarc.org/"
104><strong>MHonArc</strong></a><br>
105Copyright &#169; 1997-1999, <a href="http://www.earlhood.com/"
106>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
107>mhonarc@mhonarc.org</a><br>
108</address>
109</BODY>
110</HTML>