Author: gdalziel
Date: 2009-07-06 12:50:50 -0600 (Mon, 06 Jul 2009)
New Revision: 7830

Modified:
   trunk/BOOK/basicnet/mailnews/mutt.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
added a note to mutt about the use of gnupg2

Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml       2009-06-28 14:04:09 UTC (rev 
7829)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml       2009-07-06 18:50:50 UTC (rev 
7830)
@@ -235,6 +235,18 @@
 
 <screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc 
&gt;&gt; ~/.muttrc</userinput></screen>
 
+      <para><application>Mutt</application> uses <command>gpg</command> in the 
+      imported sample. If you have <xref linkend="gnupg2"/> installed and you 
+      do not have <xref linkend="gnupg"/> installed you can create a symlink
+      to satisfy this condition:</para> 
+
+      <screen><userinput>ln -v -s gpg2 /usr/bin/gpg</userinput></screen>
+
+      <para>If, however, you have <xref linkend="gnupg"/> installed and you 
wish 
+      to use <xref linkend="gnupg2"/> you should edit 
<filename>~/.muttrc</filename>
+      by hand, changing all occurances of <command>gpg</command> to
+      <command>gpg2</command>.</para>
+      
     </sect3>
 
   </sect2>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-06-28 14:04:09 UTC 
(rev 7829)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-07-06 18:50:50 UTC 
(rev 7830)
@@ -41,6 +41,15 @@
 
 -->
     <listitem>
+      <para>July 6th, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[gdalziel] - Added a note to Mutt about the use of 
GnuPG2.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 28th, 2009</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to