Changeset ac5d8cf


Ignore:
Timestamp:
07/06/2009 06:50:50 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c9e2f6e
Parents:
5359aca
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r5359aca rac5d8cf  
    236236<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
    237237
     238      <para><application>Mutt</application> uses <command>gpg</command> in the
     239      imported sample. If you have <xref linkend="gnupg2"/> installed and you
     240      do not have <xref linkend="gnupg"/> installed you can create a symlink
     241      to satisfy this condition:</para>
     242
     243      <screen><userinput>ln -v -s gpg2 /usr/bin/gpg</userinput></screen>
     244
     245      <para>If, however, you have <xref linkend="gnupg"/> installed and you wish
     246      to use <xref linkend="gnupg2"/> you should edit <filename>~/.muttrc</filename>
     247      by hand, changing all occurances of <command>gpg</command> to
     248      <command>gpg2</command>.</para>
     249     
    238250    </sect3>
    239251
  • introduction/welcome/changelog.xml

    r5359aca rac5d8cf  
    4242-->
    4343    <listitem>
     44      <para>July 6th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Added a note to Mutt about the use of GnuPG2.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>June 28th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.