3 If you want to see non-ASCII characters on a Debian system, there's no
4 use fiddling with the variable "charset", as described in the manual
6 Instead, you'll need to have the Debian package "locales" installed on
7 your system and set the LANG or LC_CTYPE environment variable.
8 e.g. US users will want to add "export LC_CTYPE=en_US" to their ~/.bashrc.
9 If you have a /etc/locale.gen file read carefully the comment and do
10 what it says, or it will not work.
11 No, linux systems do not need --enable-locales-fix or --without-wc-funcs,
12 so don't bother me saying these switches cure your problems.
17 GnuPG support works out of the box with the default /etc/Muttrc.
18 You do not need any of the example files in /usr/share/doc/mutt/
19 unless you plan to send signed+encrypted messages to pgp2 users.
24 /usr/share/doc/mutt/examples/gpg.rc uses a wrapper program called
25 gpg-2comp which is not available as a debian package.
26 This program is needed only to sign and encrypt messages with a method
27 compatible with PGP 2.x. Users who don't need this feature can use the
28 commands provided in the default /etc/Muttrc.
29 The pgpewrap and pgpring programs used by some example rc files have
30 been installed in /usr/lib/mutt.
31 The files /usr/share/doc/mutt/examples/*.rc are just examples and are not
32 supposed to be used as is. Actually they are not supposed to be used at
33 all, PGP support works out of the box if gnupg is installed.
38 The GnuPG passphrase is not asked if the $GPG_AGENT_INFO environment
44 Look at /usr/lib/mutt/{debian-ldap-query,mailspell}.
49 This mutt 1.0.x configuration option does not exist anymore and this
50 will not change. To achieve the same effect you can add something like
51 --encrypt-to=your@mail.address to the relevant ~/.muttrc configuration
52 lines (pgp_encrypt_only_command and pgp_encrypt_sign_command) or to
58 See README.SMIME for details.
61 About temporary files and security
62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63 When using mutt to view an encrypted message, the plain text is saved in
64 a temporary file. If you have reasons to worry an attacker may recover
65 the deleted file from your hard disk please take appropriate actions to
66 prevent this (e.g. use a ramdisk or shred(1) or wipe(1)).
67 Also don't forget about the temporary files created by your editor.
68 Mutt creates temporary files in a secure way. See #222125 for details.
73 The default /etc/Muttrc will source more configuration directives from
74 files in the /etc/Muttrc.d/ directory ending in ".rc".
75 The system administrator may use the directory for local customizations
76 and packages enhancing mutt may use it to install their configuration
78 The directory is processed last in /etc/Muttrc, so that settings there
79 may override the defaults from the file.
81 -- Christoph Berg <myon@debian.org> Sat, 03 Nov 2007 21:02:26 +0100