<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Threading in Thunderbird and Mail</title>
	<atom:link href="http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<pubDate>Thu, 04 Dec 2008 08:15:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: sjk</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-13334</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Tue, 22 Aug 2006 18:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-13334</guid>
		<description>Hoa,

Current version of the internet draft you linked to (which now includes the SORT extension):

&lt;a href="http://www.ietf.org/internet-drafts/draft-ietf-imapext-sort-17.txt" rel="nofollow"&gt;INTERNET MESSAGE ACCESS PROTOCOL - SORT AND THREAD EXTENSIONS&lt;/a&gt;

Ronald,
&lt;blockquote&gt;Well, this threading thing is not server side.&lt;/blockquote&gt;
Not sure which "this" you're referring to but IMAP clients can take advantage of server-based threading capabilities.  Apple Mail currently doesn't, &lt;a href="http://www.mulberrymail.com/" rel="nofollow"&gt;Mulberry&lt;/a&gt; does,  Thunderbird might (I've never used it).</description>
		<content:encoded><![CDATA[<p>Hoa,</p>
<p>Current version of the internet draft you linked to (which now includes the SORT extension):</p>
<p><a href="http://www.ietf.org/internet-drafts/draft-ietf-imapext-sort-17.txt" rel="nofollow">INTERNET MESSAGE ACCESS PROTOCOL - SORT AND THREAD EXTENSIONS</a></p>
<p>Ronald,</p>
<blockquote><p>Well, this threading thing is not server side.</p></blockquote>
<p>Not sure which &#8220;this&#8221; you&#8217;re referring to but IMAP clients can take advantage of server-based threading capabilities.  Apple Mail currently doesn&#8217;t, <a href="http://www.mulberrymail.com/" rel="nofollow">Mulberry</a> does,  Thunderbird might (I&#8217;ve never used it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-13266</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Tue, 22 Aug 2006 12:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-13266</guid>
		<description>Well, this threading thing is not server side. if you look at the extended headers or pure source of a mail in reply to any other one, you'll notice tags like this:
References: 
In-Reply-To: 
You would just have to sort these mails like a tree ... 
@JT
Talking about sorting: (have to guess the names, since I use the german version )
Thunderbird 'View' -&#62; 'Sort by' -&#62; 'Date'
Thunderbird 'View' -&#62; 'Sort by' -&#62; 'Descending'
Thunderbird 'View' -&#62; 'Sort by' -&#62; 'Group by Thread'
This way, the most current thread is listed above all others :-)
You can also sort by 'Read/Unread', but this doesn't properly include the partly read threads :-/</description>
		<content:encoded><![CDATA[<p>Well, this threading thing is not server side. if you look at the extended headers or pure source of a mail in reply to any other one, you&#8217;ll notice tags like this:<br />
References:<br />
In-Reply-To:<br />
You would just have to sort these mails like a tree &#8230;<br />
@JT<br />
Talking about sorting: (have to guess the names, since I use the german version )<br />
Thunderbird &#8216;View&#8217; -&gt; &#8216;Sort by&#8217; -&gt; &#8216;Date&#8217;<br />
Thunderbird &#8216;View&#8217; -&gt; &#8216;Sort by&#8217; -&gt; &#8216;Descending&#8217;<br />
Thunderbird &#8216;View&#8217; -&gt; &#8216;Sort by&#8217; -&gt; &#8216;Group by Thread&#8217;<br />
This way, the most current thread is listed above all others :-)<br />
You can also sort by &#8216;Read/Unread&#8217;, but this doesn&#8217;t properly include the partly read threads :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjk</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12659</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Sat, 19 Aug 2006 07:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12659</guid>
		<description>Hopefully Mail in Leopard will support IMAP server threading capabilities.</description>
		<content:encoded><![CDATA[<p>Hopefully Mail in Leopard will support IMAP server threading capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoa</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12601</link>
		<dc:creator>Hoa</dc:creator>
		<pubDate>Fri, 18 Aug 2006 17:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12601</guid>
		<description>You can do this if you are developing a mail application :)
Just propagate the date of the youngest message to the parent before sorting the sibling messages instead of sorting using the description in :
http://www.jwz.org/doc/draft-ietf-imapext-thread-12.txt</description>
		<content:encoded><![CDATA[<p>You can do this if you are developing a mail application :)<br />
Just propagate the date of the youngest message to the parent before sorting the sibling messages instead of sorting using the description in :<br />
<a href="http://www.jwz.org/doc/draft-ietf-imapext-thread-12.txt" rel="nofollow">http://www.jwz.org/doc/draft-ietf-imapext-thread-12.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12600</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Fri, 18 Aug 2006 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12600</guid>
		<description>Well please let me know how to adjust the algorithm then :)</description>
		<content:encoded><![CDATA[<p>Well please let me know how to adjust the algorithm then :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoa</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12599</link>
		<dc:creator>Hoa</dc:creator>
		<pubDate>Fri, 18 Aug 2006 16:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12599</guid>
		<description>That's the behavior that "jwz algorithm" describes. But the algorithm can be adjusted to make appear at top of the mailbox threads that have recent replies.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the behavior that &#8220;jwz algorithm&#8221; describes. But the algorithm can be adjusted to make appear at top of the mailbox threads that have recent replies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12597</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Fri, 18 Aug 2006 15:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12597</guid>
		<description>You obviously have not used threads in Thunderbird too long. What Mail does that Thunderbird does NOT do is that threads are sorted by the date of the latest reply in the thread - so threads pop to the top of your inbox. In Thunderbird the thread remains sorted by the date of the original email, so you have to fish around looking for what thread is bold and has an unread reply. The other thing is that Thunderbirds new mail count goes wacky if you use threads - just wait a bit and you should see what I mean :)</description>
		<content:encoded><![CDATA[<p>You obviously have not used threads in Thunderbird too long. What Mail does that Thunderbird does NOT do is that threads are sorted by the date of the latest reply in the thread - so threads pop to the top of your inbox. In Thunderbird the thread remains sorted by the date of the original email, so you have to fish around looking for what thread is bold and has an unread reply. The other thing is that Thunderbirds new mail count goes wacky if you use threads - just wait a bit and you should see what I mean :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoa</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12593</link>
		<dc:creator>Hoa</dc:creator>
		<pubDate>Fri, 18 Aug 2006 14:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12593</guid>
		<description>the document of how to implement smarter threading can be found here :
http://www.jwz.org/doc/threading.html</description>
		<content:encoded><![CDATA[<p>the document of how to implement smarter threading can be found here :<br />
<a href="http://www.jwz.org/doc/threading.html" rel="nofollow">http://www.jwz.org/doc/threading.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12584</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 18 Aug 2006 13:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12584</guid>
		<description>There are some tagging extensions for Thunderbird ("Tag the Bird" is one, I think), but I don't know how well developed they are.</description>
		<content:encoded><![CDATA[<p>There are some tagging extensions for Thunderbird (&#8221;Tag the Bird&#8221; is one, I think), but I don&#8217;t know how well developed they are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cole</title>
		<link>http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12582</link>
		<dc:creator>Cole</dc:creator>
		<pubDate>Fri, 18 Aug 2006 13:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkwings.net/2006/08/18/threading-in-thunderbird-and-mail/#comment-12582</guid>
		<description>Can ThunderBird to MailTags or something similar?</description>
		<content:encoded><![CDATA[<p>Can ThunderBird to MailTags or something similar?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.253 seconds -->
