added a note to mutt about the use of gnupg2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7830 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Guy Dalziel 2009-07-06 18:50:50 +00:00
parent 5359acaa5e
commit ac5d8cf9fb
2 changed files with 21 additions and 0 deletions

View File

@ -235,6 +235,18 @@ make -C doc</userinput></screen>
<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>

View File

@ -40,6 +40,15 @@
</listitem>
-->
<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>