<?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>Alex Amiryan's Linux Blog &#187; thunderbird</title>
	<atom:link href="http://www.amiryan.org/tag/thunderbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Bugfix: Howto turn off gpg-agent usage in Enigmail in Thunderbird</title>
		<link>http://www.amiryan.org/2009/04/22/bugfix-howto-turn-off-gpg-agent-usage-in-enigmail-thunderbird/</link>
		<comments>http://www.amiryan.org/2009/04/22/bugfix-howto-turn-off-gpg-agent-usage-in-enigmail-thunderbird/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:08:22 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[enigmail]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[gpg-agent]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.amiryan.org/?p=192</guid>
		<description><![CDATA[There is some bug in Enigmail v0.95.7 for Thunderbird. If you untick the checkbox &#8220;Use gpg-agent for passphrases&#8221; in Advanced tab of Advanced settings menu, Thunderbird in anyway will try to use gpg-agent if GPG_AGENT_INFO environment variable is set. The reason is some little bug in Enigmail source code. To fix it, first close Thunderbird, [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>There is some bug in Enigmail v0.95.7 for Thunderbird. If you untick the checkbox &#8220;Use gpg-agent for passphrases&#8221; in Advanced tab of Advanced settings menu, Thunderbird in anyway will try to use gpg-agent if <strong>GPG_AGENT_INFO</strong> environment variable is set.  The reason is some little bug in Enigmail source code. To fix it, first close Thunderbird, then just open <strong><em>.thunderbird</em></strong> folder in your home directory, search for <strong><em>enigmail.js</em></strong> file. It have to be in <strong><em>extensions</em></strong> folder in one of the random name folders. When you have found the <strong><em>enigmail.js</em></strong> file open it with your favorite text editor and find line number <strong>1368</strong>. It have to be this:</p>
<pre class="brush: javascript">useAgent= (this.gpgAgentInfo.envStr.length&gt;0 || this.prefBranch.getBoolPref("useGpgAgent"));</pre>
<p>Change the <strong>||</strong> sign to <strong>&amp;&amp;</strong>. After change this line have to look like this:</p>
<pre class="brush: javascript">useAgent= (this.gpgAgentInfo.envStr.length&gt;0 &amp;&amp; this.prefBranch.getBoolPref("useGpgAgent"));</pre>
<p>Save file. Now open Thunderbird and enjoy.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/04/22/bugfix-howto-turn-off-gpg-agent-usage-in-enigmail-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
