<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Ilias' Blog &#187; Thunderbird</title>
	<atom:link href="http://ilias.ca/blog/category/mozilla/thunderbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://ilias.ca/blog</link>
	<description>I still dream of Organon</description>
	<lastBuildDate>Fri, 30 Dec 2011 16:49:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to add thread lines in Thunderbird for Mac</title>
		<link>http://ilias.ca/blog/2011/10/how-to-add-thread-lines-in-thunderbird-for-mac/</link>
		<comments>http://ilias.ca/blog/2011/10/how-to-add-thread-lines-in-thunderbird-for-mac/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 16:17:59 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/?p=544</guid>
		<description><![CDATA[If you use Mozilla Thunderbird on Mac and read messages in threaded view, it may be a little hard to track a thread tree. For instance, in this screenshot it is difficult to tell who MikeR&#8217;s last message at the bottom is in reply to. Did he reply to his own post, Mike Easter, or [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Mozilla Thunderbird on Mac and read messages in threaded view, it may be a little hard to track a thread tree. For instance, in this screenshot it is difficult to tell who MikeR&#8217;s last message at the bottom is in reply to.<br />
<img class="alignnone" style="border: 1px solid black;" src="http://images.ilias.ca/tb-mac-withoutlines.png" alt="" width="643" height="228" /><br />
Did he reply to his own post, Mike Easter, or perhaps a message off screen?</p>
<p>You can connect the messages with thread lines, using a userChrome.css tweak.</p>
<ol>
<li>In Thunderbird, click on the <strong>Help</strong> menu, then select <strong>Troubleshooting Information</strong>. This will open the about:support page.</li>
<li>Click on <strong>Show In Finder</strong>. That will open your profile folder in the Finder.</li>
<li>Create a new folder called &#8220;chrome&#8221;.</li>
<li>Create a file in the chrome folder, called &#8220;userChrome.css&#8221;.<br />
<img class="alignnone" style="border: 1px solid black;" src="http://images.ilias.ca/mac-tbchromefolder.png" alt="" width="445" height="288" /></li>
<li>Open userChrome.css, and insert this text:
<pre>#threadTree treechildren::-moz-tree-line {
  visibility: visible !important;
}

#threadTree treechildren::-moz-tree-line(selected, focus) {
  border-color: #FFFFFF !important;
}</pre>
</li>
<li>Save userChrome.css and restart Thunderbird. Threaded view should have lines connecting messages.</li>
</ol>
<p><img class="alignnone" style="border: 1px solid black;" src="http://images.ilias.ca/tb-mac-withlines.png" alt="" width="644" height="228" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2011/10/how-to-add-thread-lines-in-thunderbird-for-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deleting individual newsgroup messages in Thunderbird</title>
		<link>http://ilias.ca/blog/2011/07/deleting-individual-newsgroup-messages-in-thunderbird/</link>
		<comments>http://ilias.ca/blog/2011/07/deleting-individual-newsgroup-messages-in-thunderbird/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 21:26:52 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/?p=530</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;re reading a newsgroup with Thunderbird, and some spam gets posted. Or someone posts an offensive message you just want to remove from the message list. Or any case in which you just want to remove an individual article you&#8217;ve already downloaded. In the past, it wasn&#8217;t possible to delete individual messages. At [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you&#8217;re reading a newsgroup with Thunderbird, and some spam gets posted. Or someone posts an offensive message you just want to remove from the message list. Or any case in which you just want to remove an individual article you&#8217;ve already downloaded.</p>
<p>In the past, it wasn&#8217;t possible to delete individual messages. At least not without exploiting the <a href="http://kb.mozillazine.org/Message_aging" target="_blank">message aging feature</a>. In the <a href="http://getthunderbird.com">latest version of Thunderbird</a>, you can delete individual messages. You just need to change a preference in the config editor to enable the feature.</p>
<ol>
<li>Go to <strong>Tools &gt; Options &gt; Advanced &gt; General</strong>, and click on <strong>Config Editor</strong>.</li>
<li>In the Config Editor, search for the preference: <strong>news.allow_delete_with_no_undo</strong></li>
<li>Double-click on it, to set the value to <strong>true</strong>.</li>
</ol>
<p>After that, the delete command will work when you have any newsgroup messages selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2011/07/deleting-individual-newsgroup-messages-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>When all you want to know is if the bug is fixed</title>
		<link>http://ilias.ca/blog/2011/06/when-all-you-want-to-know-is-if-the-bug-is-fixed/</link>
		<comments>http://ilias.ca/blog/2011/06/when-all-you-want-to-know-is-if-the-bug-is-fixed/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 19:28:17 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Mozilla Suite]]></category>
		<category><![CDATA[SeaMonkey]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/?p=517</guid>
		<description><![CDATA[For some specific bugs, I&#8217;ve added myself to the CC list, because I&#8217;m interested in knowing when the bug is fixed (and maybe when the target has changed). Problem is: because there has been a lot of discussion in a few of those bugs, I&#8217;ve been getting a lot of bugmail that I&#8217;m not interested [...]]]></description>
			<content:encoded><![CDATA[<p>For some specific bugs, I&#8217;ve added myself to the CC list, because I&#8217;m interested in knowing when the bug is fixed (and maybe when the target has changed). Problem is: because there has been a lot of discussion in a few of those bugs, I&#8217;ve been getting a lot of bugmail that I&#8217;m not interested in. I don&#8217;t want to remove myself from the CC list, because I still want to be notified when the bug is fixed.</p>
<p>I don&#8217;t know if I&#8217;m the only one with this issue, so I thought I&#8217;d share how I fixed it.</p>
<p>In my Bugzilla Preferences, there is an <a href="https://bugzilla.mozilla.org/userprefs.cgi?tab=email">Email Preferences tab</a> that allows me to choose what changes I get emailed about based on my relationship to the bug. In it, I turned off most options for when I am a voter of a bug. Then, for any bugs in which I only care if the bug is fixed, I vote for it instead of adding myself to the CC list.</p>
<p>I made that change over a week ago. So far, so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2011/06/when-all-you-want-to-know-is-if-the-bug-is-fixed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is compacting folders in Thunderbird, and why you should do it.</title>
		<link>http://ilias.ca/blog/2011/06/what-is-compacting-folders-in-thunderbird-and-why-you-should-do-it/</link>
		<comments>http://ilias.ca/blog/2011/06/what-is-compacting-folders-in-thunderbird-and-why-you-should-do-it/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 16:43:47 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[SeaMonkey]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/?p=520</guid>
		<description><![CDATA[Are your Thunderbird folders taking up a lot of disk space, even though you only have a few messages? Is Thunderbird slow to open folders? It&#8217;s probably because you have not compacted your folders. When you delete a message, it doesn&#8217;t really get deleted from the folder. It gets marked as deleted. Thunderbird sees that [...]]]></description>
			<content:encoded><![CDATA[<p>Are your Thunderbird folders taking up a lot of disk space, even though you only have a few messages? Is Thunderbird slow to open folders? It&#8217;s probably because you have not compacted your folders.</p>
<p>When you delete a message, it doesn&#8217;t really get deleted from the folder. It gets <em>marked</em> as deleted. Thunderbird sees that marking, and knows not to display the message. Compacting a folder will command Thunderbird to remove all messages marked as deleted from that folder.</p>
<p>To compact your folders, go to the <strong>File</strong> menu and select <strong>Compact Folders</strong>.<br />
To compact an individual folder, right-click on the folder and select <strong>Compact</strong>.</p>
<p>If you&#8217;re having any issues, post in the Thunderbird Support forum at <a href="https://support.mozillamessaging.com/en-US/kb/ask" rel="nofollow">https://support.mozillamessaging.com/en-US/kb/ask</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2011/06/what-is-compacting-folders-in-thunderbird-and-why-you-should-do-it/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Filter news based on any header</title>
		<link>http://ilias.ca/blog/2008/02/filter-news-based-on-any-header/</link>
		<comments>http://ilias.ca/blog/2008/02/filter-news-based-on-any-header/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:00:04 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2008/02/filter-news-based-on-any-header/</guid>
		<description><![CDATA[A long awaited feature was landed on the Thunderbird trunk last night. It is the ability to filter newsgroup messages based on any header. You can test it by downloading and using the latest Thunderbird trunk builds. Thanks to Joshua Cranmer for creating the patch.]]></description>
			<content:encoded><![CDATA[<p>A long awaited feature was landed on the Thunderbird trunk last night. It is the ability to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=16913">filter newsgroup messages based on any header</a>. You can test it by downloading and using the <a href="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-trunk/">latest Thunderbird trunk builds</a>.</p>
<p>Thanks to Joshua Cranmer for creating the patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2008/02/filter-news-based-on-any-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XPAT on news.mozilla.org</title>
		<link>http://ilias.ca/blog/2007/05/xpat-on-newsmozillaorg-2/</link>
		<comments>http://ilias.ca/blog/2007/05/xpat-on-newsmozillaorg-2/#comments</comments>
		<pubDate>Mon, 21 May 2007 19:18:06 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2007/05/xpat-on-newsmozillaorg-2/</guid>
		<description><![CDATA[[modified version for Thunderbird 2 users. Thunderbird 1 users go here.] Every once in a while, someone on news.mozilla.org will enquire about receiving an error message &#8220;A News (NNTP) error occurred: xpat not supported&#8220;, when trying to search newsgroups on news.mozilla.org; so I thought I&#8217;d post my &#8216;stock&#8217; answer. News.mozilla.org is hosted by Giganews, who&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>[modified version for Thunderbird 2 users. Thunderbird 1 users go <a href="http://ilias.ca/blog/2006/08/xpat-on-newsmozillaorg/">here</a>.]</p>
<p>Every once in a while, someone on <a href="http://ilias.ca/newsserverinfo">news.mozilla.org</a> will enquire about receiving an error message <span style="color: #ff0000;">&#8220;A News (NNTP) error occurred: xpat not supported</span>&#8220;, when trying to search newsgroups on news.mozilla.org; so I thought I&#8217;d post my &#8216;stock&#8217; answer. <img src='http://ilias.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>News.mozilla.org is hosted by <a href="http://www.giganews.com/">Giganews</a>, who&#8217;s servers do not support XPAT commands.<br />
To quote one of the Giganews support personnel:</p>
<blockquote><p>&#8220;The XPAT command attempts to search through our entire spool of over 700 million articles, to match on a specific keyword, that is often found only in a handful of newsgroups. The command puts enough of a load on our servers, that several people using this at one time can affect the performance that all of our customers receive.&#8221;</p></blockquote>
<p>Disabling XPAT support is not an uncommon thing. When using the &#8220;Search Messages&#8221; function in <a href="http://www.getthunderbird.com/">Mozilla Thunderbird</a> [Edit--&gt;Find--&gt;Search Messages], the XPAT command is used to search that news server. The workaround for this is to make Thunderbird search messages locally. There are a couple of ways to do that:</p>
<p>1. Use the Quick Search toolbar item [View--&gt;Toolbars--&gt;Customize, and make sure "Quick Search" is on a toolbar].<br />
<img style="width: 465px; height: 350px;" src="http://images.ilias.ca/tb2-searchbar.png" alt="[screenshot]" /></p>
<p>2. Before opening the search window, you can switch to offline mode [File--&gt;Offline--&gt;Work Offline]. There&#8217;s also an offline toggle icon in the bottom left of the Thunderbird window.<br />
<img style="border: 1px solid;" src="http://images.ilias.ca/tb2-OfflineSwitch.png" alt="[screenshot]" width="384" height="92" /></p>
<p>Additionally, all <a href="http://groups.google.com/groups/dir?sel=33656455">mozilla.* newsgroups</a> are archived on <a href="http://groups.google.com/">Google Groups</a>, which is searchable using Google Groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2007/05/xpat-on-newsmozillaorg-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Improving Support</title>
		<link>http://ilias.ca/blog/2007/05/improving-support/</link>
		<comments>http://ilias.ca/blog/2007/05/improving-support/#comments</comments>
		<pubDate>Tue, 08 May 2007 02:29:16 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2007/05/improving-support/</guid>
		<description><![CDATA[Three months ago, I met with Paul Kim, to discuss ways of improving Mozilla user support web content. I initially thought we wouldn&#8217;t need all 45 minutes, but it turned out that 45 minutes wasn&#8217;t nearly enough. He asked if there was a page anywhere in which I outlined my thoughts on improving support. I [...]]]></description>
			<content:encoded><![CDATA[<p>Three months ago, I met with <a href="http://www.numenity.org/blog">Paul Kim</a>, to discuss ways of improving Mozilla user support web content. I initially thought we wouldn&#8217;t need all 45 minutes, but it turned out that 45 minutes wasn&#8217;t nearly enough. He asked if there was a page anywhere in which I outlined my thoughts on improving support. I did post a <a href="http://forums.mozillazine.org/viewtopic.php?p=2652024#2652024">response</a> to <a href="http://weblogs.mozillazine.org/chofmann/archives/2006/11/building_better.html">Chris Hofmann&#8217;s enquiry</a> a couple of months before; but even that didn&#8217;t contain all of my thoughts on the matter; and there have been developments and new ideas since then. I had been meaning to post this sooner. Sorry Paul. <img src='http://ilias.ca/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  With the <a href="http://samuelsidler.com/2007/05/furthering-customer-end-user-support.html">support meetings</a> happening this week, that kicked me in the butt, to get this post done.</p>
<p>Rather than go through every problem/bug I see in Mozilla&#8217;s user support, let&#8217;s go through solutions, which may fix multiple problems at once:</p>
<p>In-product</p>
<ul>
<li><strong>Add &#8220;More Info&#8221; links to tooltips and pop-up messages:</strong>This is less about troubleshooting, and more about general &#8220;How to&#8221; enquires. Whereas some features may be relatively discoverable, finding documentation on it, can prevent users from creating there own problems. I&#8217;m not sure if it is technically possible, but putting &#8220;More info&#8221; links in tooltips may help users get to know how the program works.</li>
<li><strong>Beef up the Help menu:</strong> Let&#8217;s say Joe User has a problem. If he is willing to look for support, the first place he is going to go is the Help menu. The Help menu should have quick links to the primary support venues. A while back, I took a screenshot of Google&#8217;s <a href="http://picasa.google.com/">Picasa2</a> Help menu:<br />
<img style="width: 229px; height: 298px;" src="http://ilias.ca/screenshots/picasa-helpmenu.png" alt="" /><br />
Not only is there an item for the in-product help content, but there are links to tutorials on some of the basic functions, a link to the online support site, and a link to the user forums. We&#8217;ve got an <a href="http://www.mozilla.org/support/firefox/">online help site</a>, and it has a <a href="http://www.mozilla.org/support/firefox/forums">User Forums page</a>.</li>
<li><strong>Beef up XUL pages/errors:</strong> What ever happened to <a title="After update warn users specifically of firewall problem" href="https://bugzilla.mozilla.org/show_bug.cgi?id=335289">bug 335289</a>?! Each time there is a new Firefox update, we get a batch of questions about Firefox not being able to connect to the internet anymore (caused by a Firewall not recognizing that the app was updated). It&#8217;s a major problem with every release.</li>
<li><strong>about:support(diagnostics)</strong>: I filed <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=367596">bug 367596</a> to get this created. In looking at the <a href="http://www.dell.com/">Dell</a> support site, I loved how I could enter my computer&#8217;s serial number, and the Dell site would show me info, that applies to my setup. Likewise, by giving a Dell support person my computer&#8217;s serial number, that person would have my computer&#8217;s specs in front of them; and this helps greatly in being able to diagnose my problem, and telling my how to fix my problem. While every Firefox download is available &#8220;as is,&#8221; there&#8217;s still a lot of info that helps support volunteers help users. For example, what version of Firefox the user has, what operating system, what add-ons are installed, the version number of each add-on, what plug-ins are installed, what locale is being used, where the profile is located, etc.  It would be nice if support volunteers could direct users to a single about: page, that listed all the info a user needs for user support; and create a &#8220;Copy my support info&#8221; button on that page.</li>
</ul>
<p>Website</p>
<ul>
<li><strong>Move it to mozilla.com/%PRODUCT%/support/:</strong> If a person is looking for Firefox support on the web, they are going to go to the <a href="http://www.mozilla.com/firefox/">Firefox website</a>. If a person is looking for Thunderbird support on the web, they are going to go to the <a href="http://www.mozilla.com/thunderbird/">Thunderbird website</a>. If a person is looking for SeaMonkey support on the web, they are going to go to the <a href="http://www.mozilla.org/projects/seamonkey/">SeaMonkey website</a>. If a person is looking for Camino support&#8230;well, you get the idea. The support indexes at <a href="http://www.mozilla.com/support/">www.mozilla.com/support/</a> and <a href="http://www.mozilla.org/support/">www.mozilla.org/support/</a> are redundant, and give the user a lot of info that may not apply to that user. In almost all cases, a user is looking for info about one product. The biggest offender of this is actually the MozillaZine Knowledge Base. For example, if a Firefox user is directed to the <a href="http://kb.mozillazine.org/Profile_folder">profile folder page</a>, they are bombarded with profile locations for Thunderbird, Sunbird, SeaMonkey, and told about files that don&#8217;t exist in Firefox profiles. A SeaMonkey user may be taken to a page written for Firefox users. It simply has a note at the top saying &#8220;this page also applies to blah, blah, and blah.&#8221; Meanwhile that page may contain <acronym title="User Interface">UI</acronym> directions, that are different in SeaMonkey.  Having one page for all products might be beneficial for maintainers; but it&#8217;s a lot of unnecessary confusion for the user. Support web content should be split by product from the get-go. Maybe even split by version.</li>
<li><strong>Search:</strong> I&#8217;ve mostly taken care of this on Firefox and Thunderbird Help sites, but I just want to explain the philosophy. I found <a href="http://www.bitstampede.com/2006/12/07/charter-strikes-again/">this comment on Eric Shepherdâ€™s blog</a> very interesting: <cite>&#8220;I tried to call their customer service (ha!) but on top of their horrible support theyâ€™ve added an obnoxious automated system that insists on making you jump through the hoops you used to be able to demand they not make you jump through (admittedly with varying degrees of success).&#8221;</cite> Too much automation can be a bad thing; and while we discuss methods improving <strong>self</strong>-help, diagnosis and solutions need to be quick. There cannot be so many steps, that the process becomes a hassle. When I have a problem with any product, the first thing I look for is a search engine. I go to the Help menu, open the help viewer, and do a search there. If I don&#8217;t find what I need, I go to the product site, and look for a search field for the online help documentation. If I don&#8217;t find what I need, I look for a support forum, and try find a search field for that. These functions already exists for Firefox, but need to be obvious/convenient. The term I like to use for it is &#8220;unmissable.&#8221;</li>
<li><strong>Use multimedia:</strong> I&#8217;m sure you all know the saying &#8220;A picture speaks a thousand words.&#8221; It is very true for user support. Many users tend to give incorrect terminology, or not understand the terminology we use. It&#8217;s amazing how much confusion can be avoided, by using screenshots. Screen videos are even better. Are you familiar with the CustomizeGoogle extension? Are you familiar with what it does, or how to use it? Go to <a href="http://www.customizegoogle.com/">customizegoogle.com</a>, and view the <a href="http://www.customizegoogle.com/movies/intro-flash.html">introduction video</a>. I doubt you&#8217;ll find many people who won&#8217;t know what the extension is, or how to use it, after viewing that video. Apple is doing the same thing, to give folks a <a href="http://www.apple.com/macosx/leopard/timemachine.html">preview of Leopard</a>.</li>
<li><strong>Designate responsibility:</strong> The Mozilla Organization is great, how it organizes and coordinates Mozilla development. There are project leaders, module owners, etc.. That hasn&#8217;t really happened with Mozilla User Support. One thing I&#8217;ve found about Mozilla support is that there are a lot of &#8220;Jacks of all trades&#8221;. Perhaps its just me who&#8217;s guilty of this. In addition to running the <a href="https://lists.mozilla.org/listinfo/support-firefox">firefox support list</a>, I also run the <a href="https://lists.mozilla.org/listinfo/support-thunderbird">thunderbird</a>, <a href="https://lists.mozilla.org/listinfo/support-mozilla-suite">mozilla-suite</a>, <a href="https://lists.mozilla.org/listinfo/support-other">other</a>, <a href="https://lists.mozilla.org/listinfo/support-accessibility">accessibility</a>, and <a href="https://lists.mozilla.org/listinfo/support-calendar">calendar</a> support lists, as well as the <a href="https://lists.mozilla.org/listinfo/test">test</a>, and <a href="https://lists.mozilla.org/listinfo/test-multimedia">test-multimedia</a> list. I answer questions in all of those lists, except for calendar and accessibility. I contribute to the <a href="http://www.mozilla.org/support/firefox/">www.mozilla.org support site</a>, as well as maintain <a href="http://seamonkey.ilias.ca/">my own website</a>, which not only requires knowledge of support issues, but knowledge of web coding (HTML,CSS,etc.), and the need to proof-read and organize everything, and keep it all updated with every new release. I often find myself spread too thin; and perhaps there are others in the community doing much of the same. There needs to be more designation of responsibility. Thunderbird helpers should leave Firefox support to someone else, and vice versa. Designate people for adding content to documentation. Designate others, who know a thing or two about the English language, for proof-reading, and others, with web-coding knowledge, for presentation. Instead, we&#8217;ve got people who answer questions in support forums, providing web-content, and doing all of the above. It may not seem like a lot of work at first, but the more web-content there is, the more maintenance needs to be done, when the product is updated.</li>
</ul>
<p>Other</p>
<ul>
<li><strong>Private support:</strong> It&#8217;s inevitable. Mozilla is going to have to start offering private support sooner or later. The only <a href="http://mozilla.infospaninc.com/mozilla%20-%20Mozilla%20Support.htm">current private option</a> is a whopping $40 USD. You know that feeling you get after you&#8217;ve bought a printer for a great price, then see the price of an ink cartridge for that printer? The private option is usually that taken by those who don&#8217;t want to &#8220;test the wild&#8221; of public support, or aren&#8217;t familiar with certain technologies. How many Firefox users are familiar with IRC, newsgroups, or even web-forums? I think it&#8217;s safe to assume that most, if not all Firefox users have a phone, or&#8230;.an <strong>email address</strong>. The support mailing lists used to get a lot of non-members posting, thinking that address was for private support. I don&#8217;t know what the cost of offering private email support is; but I really like that, as a new support venue.</li>
<li><strong>Certifying experts:</strong> Don&#8217;t you hate it, when someone who claims to be an expert, starts giving the most BS answers you&#8217;ve ever read? Or even worse, a community troll starts deliberately giving users bad advice. One incident that sticks in my head, is in the days of Netscape 6/7. A user was having trouble installing Netscape, and one person suggested they take the Netscape CD, and put it in the microwave for a couple of seconds. The user <em>followed</em> that advice. Users need some sort of assurance, that the help they are being given is from an expert. This is separate from moderators, because being good at helping users does not equal being a good forum moderator, and vice versa. And those who are certified, can take that title to any third party Mozilla support forum.</li>
<li><strong>Make a better product:</strong> Okay, this isn&#8217;t really a support issue. <img src='http://ilias.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I just sometimes feel guilty, telling people about a product upgrade. You still need a computer guru to install add-ons in Thunderbird, there&#8217;s still no <acronym title="User Interface">UI</acronym> for backing up your Thunderbird profile, you still lose bookmarks, and they still eat memory like a pig&#8230;but now you&#8217;ve got live titles and a new theme. There&#8217;s only so much good user support can do.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2007/05/improving-support/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Small attachment icons in Thunderbird 2</title>
		<link>http://ilias.ca/blog/2007/04/small-attachment-icons-in-thunderbird-2/</link>
		<comments>http://ilias.ca/blog/2007/04/small-attachment-icons-in-thunderbird-2/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 01:26:57 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2007/04/small-attachment-icons-in-thunderbird-2/</guid>
		<description><![CDATA[After we worked out how to limit the height of the attachments pane in Thunderbird, Windows users now have to deal with big attachment icons. What&#8217;s up with that? Here&#8217;s how to make those icons small: Go to Tools&#8211;&#62;Options&#8211;&#62;Advanced&#8211;&#62;General, and click on &#8220;Config Editor&#8220;. In the Config Editor, search for the preference mailnews.attachments.display.largeView. Double-click on [...]]]></description>
			<content:encoded><![CDATA[<p>After we worked out how to <a href="http://ilias.ca/blog/2005/10/limiting-the-attachment-window-size-in-thunderbird/">limit the height of the attachments pane in Thunderbird</a>, Windows users now have to deal with big attachment icons.</p>
<p><img src="http://images.ilias.ca/tb2-largeattachmenticon.png" border="1" alt="" width="299" height="212" /></p>
<p>What&#8217;s up with that? <img src='http://ilias.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s how to make those icons small:<br />
Go to <strong>Tools&#8211;&gt;Options&#8211;&gt;Advanced&#8211;&gt;General</strong>, and click on &#8220;<strong>Config Editor</strong>&#8220;. In the Config Editor, search for the preference <var style="font-weight: bold; color: #333399">mailnews.attachments.display.largeView</var>. Double-click on it, which should <a href="http://www.mozilla.org/support/thunderbird/edit#configeditor">change the value</a> to <var style="font-weight: bold; color: #333399">false</var>.</p>
<p><img src="http://images.ilias.ca/tb2-smallattachmenticon.png" border="1" alt="" width="306" height="198" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2007/04/small-attachment-icons-in-thunderbird-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Please help with Thunderbird options documentation</title>
		<link>http://ilias.ca/blog/2007/04/please-help-with-thunderbird-options-documentation/</link>
		<comments>http://ilias.ca/blog/2007/04/please-help-with-thunderbird-options-documentation/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 23:40:06 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2007/04/please-help-with-thunderbird-options-documentation/</guid>
		<description><![CDATA[I wanted to have an options reference page ready for the Thunderbird Help site, when Thunderbird 2 is released; but it looks like I won&#8217;t be able to get it done on time. I&#8217;ve updated the wiki page, with screenshots in a table, and my work so far. If anyone is willing to contribute to [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to have an options reference page ready for the <a href="http://www.mozilla.org/support/thunderbird/">Thunderbird Help site</a>, when Thunderbird 2 is released; but it looks like I won&#8217;t be able to get it done on time.</p>
<p>I&#8217;ve updated the <a href="http://wiki.mozilla.org/Thunderbird:Help_Documentation:The_Options_Window">wiki page</a>, with screenshots in a table, and my  work so far. If anyone is willing to contribute to that document, please  do. Once we&#8217;ve got definitions for all the option settings, I&#8217;ll  reformat it for the the <a href="http://www.mozilla.org/support/thunderbird/">Thunderbird Help site</a>.</p>
<p><a href="http://wiki.mozilla.org/Thunderbird:Help_Documentation:The_Options_Window">http://wiki.mozilla.org/Thunderbird:Help_Documentation:The_Options_Window</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2007/04/please-help-with-thunderbird-options-documentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keeping threaded view in Thunderbird</title>
		<link>http://ilias.ca/blog/2007/04/keeping-threaded-view-in-thunderbird/</link>
		<comments>http://ilias.ca/blog/2007/04/keeping-threaded-view-in-thunderbird/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 23:05:08 +0000</pubDate>
		<dc:creator>Chris Ilias</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ilias.ca/blog/2007/04/keeping-threaded-view-in-thunderbird/</guid>
		<description><![CDATA[Users of Mozilla Thunderbird, may have noticed that if you are viewing messages in threaded view, clicking on a column name (other than the thread column) will turn off threaded view. What if you want to keep threaded view on? Go to Tools&#8211;&#62;Options&#8211;&#62;Advanced&#8211;&#62;General, and click on &#8220;Config Editor&#8220;. In the Config Editor, search for the [...]]]></description>
			<content:encoded><![CDATA[<p>Users of <a href="http://www.getthunderbird.com/">Mozilla Thunderbird</a>, may have noticed that if you are viewing messages in threaded view, clicking on a column name (other than the thread column) will turn off threaded view.</p>
<p><img src="http://images.ilias.ca/tb2-columns.png" alt="" /></p>
<p>What if you want to keep threaded view on? Go to <strong>Tools&#8211;&gt;Options&#8211;&gt;Advanced&#8211;&gt;General</strong>, and click on &#8220;<strong>Config Editor</strong>&#8220;.<br />
In the Config Editor, search for the preference <var style="font-weight: bold; color: #333399">mailnews.thread_pane_column_unthreads</var>. Double-click on it, which should <a href="http://www.mozilla.org/support/thunderbird/edit#configeditor">change the value</a> to <var style="font-weight: bold; color: #333399">false</var>.<br />
That&#8217;s it. <img src='http://ilias.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ilias.ca/blog/2007/04/keeping-threaded-view-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

