<?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>stick&#039;s corner &#187; thunderbird</title>
	<atom:link href="http://stick.gk2.sk/blog/tag/thunderbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://stick.gk2.sk</link>
	<description>Look at you, hacker. A pathetic creature of meat and bone. How can you challenge a perfect, immortal machine?</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:31:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Make your emails more colorful</title>
		<link>http://stick.gk2.sk/blog/2010/01/make-your-emails-more-colorful/</link>
		<comments>http://stick.gk2.sk/blog/2010/01/make-your-emails-more-colorful/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 17:26:23 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=1030</guid>
		<description><![CDATA[I use Mozilla Thunderbird as my e-mail client and I prefer plain-text messages over HTML format. When you view a threaded conversation it looks like this: I found a little hack on Mozilla website which adds different colors for various quote levels in messages. Unfortunately the example is no longer valid for Thunderbird 3, because [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I use <a href="http://mozillamessaging.com/thunderbird/">Mozilla Thunderbird</a> as my e-mail client and I prefer plain-text messages over HTML format. When you view a threaded conversation it looks like this:</p>
<p style="text-align: center;"><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/01/tbird-before.png"  rel="lightbox[1030]"><img class="aligncenter size-medium wp-image-1031" title="Thunderbird 3 Before" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/01/tbird-before-269x300.png" alt="" width="269" height="300" /></a></p>
<p style="text-align: justify;">I found a <a href="http://www.mozilla.org/support/thunderbird/tips#app_quotelevels">little hack</a> on Mozilla website which adds different colors for various quote levels in messages. Unfortunately the example is no longer valid for Thunderbird 3, because the default color scheme had changed. I modified the CSS to fit the new look and ended up with this:</p>
<p style="text-align: center;"><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/01/tbird-after.png"  rel="lightbox[1030]"><img class="aligncenter size-medium wp-image-1032" title="Thunderbird 3 After" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/01/tbird-after-269x300.png" alt="" width="269" height="300" /></a></p>
<p style="text-align: justify;">If you like it, just run the following code to have it applied:</p>
<pre>cd ~/.thunderbird/*.default
mkdir chrome
cat &lt;&lt;EOF &gt; chrome/userContent.css
/* Quote Levels Colors */
/* bar color: #729fcf */
blockquote[type=cite] {
    color: #394f67 !important;
    background-color: #edf3f9 !important;
}
/* bar color: #ad7fa8 */
blockquote[type=cite] blockquote {
    color: #563f54 !important;
    background-color: #f4eff4 !important;
}
/* bar color: #8ae234 */
blockquote[type=cite] blockquote blockquote {
    color: #45711a !important;
    background-color: #f0fbe5 !important;
}
/* bar color: #fcaf3e */
blockquote[type=cite] blockquote blockquote blockquote {
    color: #7e571f !important;
    background-color: #fef5e6 !important;
}
/* bar color: #e9b96e */
blockquote[type=cite] blockquote blockquote blockquote blockquote {
    color: #745c37 !important;
    background-color: #fcf6ec !important;
}
EOF</pre>
<p style="text-align: justify;">Don&#8217;t forget to restart Thunderbird! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2010/01/make-your-emails-more-colorful/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
