<?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>Raskas' blog &#187; thunderbird</title>
	<atom:link href="http://www.raskas.be/blog/tag/thunderbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Wed, 22 Jun 2011 15:14:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding Local Folders in Thunderbird</title>
		<link>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/</link>
		<comments>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:18:39 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=107</guid>
		<description><![CDATA[Thunderbird has something called &#8220;Local Folders&#8221;.
What Local Folders are is described here: http://kb.mozillazine.org/Local_Folders
This webpage however doesn&#8217;t explain how to add an extra set of Local Folders.
This is how you can create them.
Open prefs.js with your favorite editor. This file is located inside the profile directory in you thunderbird hidden directory.
Don&#8217;t change this file when thunderbird [...]]]></description>
			<content:encoded><![CDATA[<p>Thunderbird has something called &#8220;Local Folders&#8221;.<br />
What Local Folders are is described here: <a href="http://kb.mozillazine.org/Local_Folders">http://kb.mozillazine.org/Local_Folders</a></p>
<p>This webpage however doesn&#8217;t explain how to add an extra set of Local Folders.<br />
This is how you can create them.</p>
<p>Open <strong>prefs.js</strong> with your favorite editor. This file is located inside the profile directory in you thunderbird hidden directory.<br />
<em>Don&#8217;t change this file when thunderbird is running.<br />
the serverX and accountX must be unique and could be different on your system</em></p>
<p>Search for the section defining the existing &#8220;Local Folders&#8221;, this looks something like this:<br />
<code>user_pref("mail.server.server3.directory", "/home/johan/.thunderbird/pd19vach.default/Mail/Local Folders");<br />
user_pref("mail.server.server3.directory-rel", "[ProfD]Mail/Local Folders");<br />
user_pref("mail.server.server3.hostname", "Local Folders");<br />
user_pref("mail.server.server3.name", "Local Folders");<br />
user_pref("mail.server.server3.type", "none");<br />
user_pref("mail.server.server3.userName", "nobody");<br />
</code></p>
<p>Copy those lines and edit them to your needs:<br />
<code>user_pref("mail.server.server4.directory", "/home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders");<br />
user_pref("mail.server.server4.directory-rel", "[ProfD]Mail/new_local_folders");<br />
user_pref("mail.server.server4.hostname", "New Local Folders");<br />
user_pref("mail.server.server4.name", "New Local Folders");<br />
user_pref("mail.server.server4.type", "none");<br />
user_pref("mail.server.server4.userName", "nobody");<br />
</code></p>
<p>Also add following line:<br />
<code>user_pref("mail.account.account4.server", "server4");<br />
</code></p>
<p>And edit following line:<br />
<code>user_pref("mail.accountmanager.accounts", "account1,account2,account3,account4");<br />
</code></p>
<p>When the changes are made in the <strong>prefs.js</strong> you can create the new defined local folders. A subdirectory has to be created otherwise it won&#8217;t show up in Thunderbird.<br />
<code>mkdir /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders<br />
mkdir /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders/Inbox<br />
touch /home/johan/.thunderbird/pd19vach.default/Mail/new_local_folders/Inbox.msf<br />
</code></p>
<p>If everything goes well the new defined local folders directory appears when you open thunderbird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2009/12/05/adding-local-folders-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Intrepid Ibex</title>
		<link>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/</link>
		<comments>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:44:00 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[lvm]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=86</guid>
		<description><![CDATA[Last week a new version was released of Ubuntu, 8.10 aka Intrepid Ibex. It&#8217;s already installed on my laptop and it&#8217;s looking nice!
The installer still doesn&#8217;t support LVM. To be able to install Ubuntu on my LVM partitions I had to follow the steps described in one of my previous posts.
Previously I installed the i386 [...]]]></description>
			<content:encoded><![CDATA[<p>Last week a new version was released of Ubuntu, 8.10 aka Intrepid Ibex. It&#8217;s already installed on my laptop and it&#8217;s looking nice!</p>
<p>The installer still doesn&#8217;t support LVM. To be able to install Ubuntu on my LVM partitions I had to follow <a href="http://www.raskas.be/blog/2008/07/18/installing-ubuntu/" target="_blank">the steps described in one of my previous posts</a>.</p>
<p>Previously I installed the i386 bit version of distributions on my laptop although it is a x86_64 system. But this time I went for the amd64 version.</p>
<p>You can check if you really have a 64bit processor by checking if there is a &#8220;lm&#8221; flag for your processor: <code><br />
$ cat /proc/cpuinfo | grep lm </code></p>
<p>Using the 64bit version gave some problems, but they are all fixed now:</p>
<p><strong>thunderbird-lightning</strong></p>
<p>The lightning plugin you can download from the add-ons site of thunderbird is the i386 version which doesn&#8217;t work with a x86_64 thunderbird. Ubuntu provides a lightning package but this contains some old version. Luckily you can find the x86_64 xpi here: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/</p>
<p><strong>sun javaws</strong></p>
<p>The sun javaws isn&#8217;t available for x86_64. The openJDK version is available but not all java applications work with that Java WebStart. You can manually install the i386 version of sun-java6-bin: <code><br />
sudo apt-get install ia32-sun-java6-bin</code><br />
You can now find the working javaws in following directory: /usr/lib/jvm/ia32-java-6-sun-1.6.0.10/bin/javaws</p>
<p>BTW &#8230; Fedora 10 will be released in 18 days</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/11/07/ubuntu-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

