<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Mutt_and_GnuPG</id>
	<title>Mutt and GnuPG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Mutt_and_GnuPG"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Mutt_and_GnuPG&amp;action=history"/>
	<updated>2026-05-05T18:47:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Mutt_and_GnuPG&amp;diff=88&amp;oldid=prev</id>
		<title>Admin: Mutt and PGP moved to Mutt and GnuPG: because I feel like it !</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Mutt_and_GnuPG&amp;diff=88&amp;oldid=prev"/>
		<updated>2009-07-15T23:10:33Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Mutt_and_PGP&quot; class=&quot;mw-redirect&quot; title=&quot;Mutt and PGP&quot;&gt;Mutt and PGP&lt;/a&gt; moved to &lt;a href=&quot;/index.php?title=Mutt_and_GnuPG&quot; title=&quot;Mutt and GnuPG&quot;&gt;Mutt and GnuPG&lt;/a&gt;: because I feel like it !&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:10, 16 July 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Mutt_and_GnuPG&amp;diff=87&amp;oldid=prev</id>
		<title>Admin: New page: ==WHY==  I want to encrypt my emails ! I&#039;ll be using fedora here.  ==HOW==  1st, we&#039;ll install gnupg and gpg-tools    yum install pgp-tools gnupg  Edit ~/.gnupg/options and add the followi...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Mutt_and_GnuPG&amp;diff=87&amp;oldid=prev"/>
		<updated>2009-07-15T23:10:13Z</updated>

		<summary type="html">&lt;p&gt;New page: ==WHY==  I want to encrypt my emails ! I&amp;#039;ll be using fedora here.  ==HOW==  1st, we&amp;#039;ll install gnupg and gpg-tools    yum install pgp-tools gnupg  Edit ~/.gnupg/options and add the followi...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==WHY==&lt;br /&gt;
&lt;br /&gt;
I want to encrypt my emails ! I&amp;#039;ll be using fedora here.&lt;br /&gt;
&lt;br /&gt;
==HOW==&lt;br /&gt;
&lt;br /&gt;
1st, we&amp;#039;ll install gnupg and gpg-tools&lt;br /&gt;
&lt;br /&gt;
  yum install pgp-tools gnupg&lt;br /&gt;
&lt;br /&gt;
Edit ~/.gnupg/options and add the following line&lt;br /&gt;
&lt;br /&gt;
  keyserver wwwkeys.pgp.net&lt;br /&gt;
&lt;br /&gt;
Now you can test it by getting my key and listing it&lt;br /&gt;
&lt;br /&gt;
  gpg --recv-keys 0xC9C40C31&lt;br /&gt;
  gpg --list-keys justin&lt;br /&gt;
&lt;br /&gt;
Add these macros in your .muttrc&lt;br /&gt;
&lt;br /&gt;
  set pgp_default_version = gpg                   # default version to use&lt;br /&gt;
  set pgp_key_version = default                   # default key to use, in this case, gnupg defines it&lt;br /&gt;
  set pgp_receive_version = default               # default version to decrypt will be the default&lt;br /&gt;
  set pgp_send_version=default                    # version defined in the first line (gpg)&lt;br /&gt;
  set pgp_gpg=/usr/bin/gpg                        # where to find the GnuPG binary&lt;br /&gt;
  set pgp_gpg_pubring=~/.gnupg/pubring.gpg        # public key file to GnuPG&lt;br /&gt;
  set pgp_gpg_secring=~/.gnupg/secring.gpg        # secret key file to GnuPG&lt;br /&gt;
  my_hdr  X-PGP-Key: http://d3xt3r01.tk/~dexter/pubkey.asc&lt;br /&gt;
  macro   compose \CP     &amp;quot;Fgpg --clearsign\ny&amp;quot;   #&lt;br /&gt;
  macro   compose \CS     &amp;quot;Fgpg --clearsign\ny^T^Uapplication/pgp; format=text; x-action=sign\n&amp;quot;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>