# GnuPG
#
unset crypt_use_gpgme
-source /usr/share/doc/neomutt/samples/gpg.rc
+source /usr/local/share/doc/neomutt/samples/gpg.rc
set pgp_default_key = "0x1234567890ABCDEF"
set crypt_opportunistic_encrypt
set postpone_encrypt
To enable <quote>classic mode</quote>, ensure GPGME is disabled and use
the <literal>gpg.rc</literal> or <literal>smime.rc</literal> files that
come with mutt. These are typically installed under
- <literal>/usr/share/doc/mutt/samples/</literal>. Source them, either
+ <literal>/usr/local/share/doc/mutt/samples/</literal>. Source them, either
directly or by copying them to your .mutt directory and sourcing them.
Sourcing them directly from
- <literal>/usr/share/doc/mutt/samples/</literal> has the benefit of
+ <literal>/usr/local/share/doc/mutt/samples/</literal> has the benefit of
automatically using fixes and security improvements to the command
invocations, and is recommended.
</para>
<screen>
unset crypt_use_gpgme
-source /usr/share/doc/mutt/samples/gpg.rc
-source /usr/share/doc/mutt/samples/smime.rc
+source /usr/local/share/doc/mutt/samples/gpg.rc
+source /usr/local/share/doc/mutt/samples/smime.rc
</screen>
<para>