<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Encrypting email in Claws Mail</title>
	<atom:link href="http://www.ghacks.net/2009/07/11/encrypting-email-in-claws-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/07/11/encrypting-email-in-claws-mail/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:53:42 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://www.ghacks.net/2009/07/11/encrypting-email-in-claws-mail/#comment-852922</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 15 Jul 2009 09:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=14258#comment-852922</guid>
		<description>To import a key using Claws Mail can be done in 2 ways, depending on whether the message is mime-signed or inline-signed.

* Mime-signed
This is the easiest one. Simply select the signature part (application/pgp-signature) of the message in the mime icons list on the right of the message text. This will then raise the &#039;key import&#039; dialogue. Click the &#039;Yes&#039; button and the key will be searched for and retrieved from the default keyserver, as configured in ~/.gnupg/gpg.conf

* inline-signed
Create an Action (/Configuration/Actions) that has the following command, changing the keyserver to suit your tastes:
&lt;code&gt;ID=`gpg --verify %p 3&gt;&amp;1 1&gt;&amp;2 2&gt;&amp;3 &#124;grep &quot;key ID&quot;&#124;tr -d &quot;[:space:]&quot;&#124;tail -c8`;echo &quot;==== Fetching $ID ====&quot;; gpg --no-tty --keyserver wwwkeys.nl.pgp.net --recv-keys $ID&lt;/code&gt;

Then, with the message selected and opened, run that Action (/Tools/Actions/...).

HTH,
Paul</description>
		<content:encoded><![CDATA[<p>To import a key using Claws Mail can be done in 2 ways, depending on whether the message is mime-signed or inline-signed.</p>
<p>* Mime-signed<br />
This is the easiest one. Simply select the signature part (application/pgp-signature) of the message in the mime icons list on the right of the message text. This will then raise the &#8216;key import&#8217; dialogue. Click the &#8216;Yes&#8217; button and the key will be searched for and retrieved from the default keyserver, as configured in ~/.gnupg/gpg.conf</p>
<p>* inline-signed<br />
Create an Action (/Configuration/Actions) that has the following command, changing the keyserver to suit your tastes:<br />
<code>ID=`gpg --verify %p 3&gt;&amp;1 1&gt;&amp;2 2&gt;&amp;3 |grep "key ID"|tr -d "[:space:]"|tail -c8`;echo "==== Fetching $ID ===="; gpg --no-tty --keyserver wwwkeys.nl.pgp.net --recv-keys $ID</code></p>
<p>Then, with the message selected and opened, run that Action (/Tools/Actions/&#8230;).</p>
<p>HTH,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
