mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
5359acaa5e
commit
ac5d8cf9fb
@ -235,6 +235,18 @@ make -C doc</userinput></screen>
|
||||
|
||||
<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc >> ~/.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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user