]> git.llucax.com Git - software/mutt-debian.git/blob - debian/README.Debian
Mention new thread pattern in changelog entry.
[software/mutt-debian.git] / debian / README.Debian
1 l10n support
2 ~~~~~~~~~~~~
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
5 page muttrc(5).
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.
13
14
15 PGP support
16 ~~~~~~~~~~~
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.
20
21
22 BUFFY_SIZE support
23 ~~~~~~~~~~~~~~~~~~
24 Please do not ask for this to be enabled, it annoys too many people.
25 See #179970 for details.
26
27
28 gpg-2comp
29 ~~~~~~~~~
30 /usr/share/doc/mutt/examples/gpg.rc uses a wrapper program called
31 gpg-2comp which is not available as a debian package.
32 This program is needed only to sign and encrypt messages with a method
33 compatible with PGP 2.x. Users who don't need this feature can use the
34 commands provided in the default /etc/Muttrc.
35 The pgpewrap and pgpring programs used by some example rc files have
36 been installed in /usr/lib/mutt.
37 The files /usr/share/doc/mutt/examples/*.rc are just examples and are not
38 supposed to be used as is. Actually they are not supposed to be used at
39 all, PGP support works out of the box if gnupg is installed.
40
41
42 GnuPG passphrase
43 ~~~~~~~~~~~~~~~~
44 The GnuPG passphrase is not asked if the $GPG_AGENT_INFO environment
45 variable exists.
46
47
48 Scripts
49 ~~~~~~~
50 Look at /usr/lib/mutt/{debian-ldap-query,mailspell}.
51
52
53 pgp_encryptself
54 ~~~~~~~~~~~~~~~
55 This mutt 1.0.x configuration option does not exist anymore and this
56 will not change. To achieve the same effect you can add something like
57 --encrypt-to=your@mail.address to the relevant ~/.muttrc configuration
58 lines (pgp_encrypt_only_command and pgp_encrypt_sign_command) or to
59 ~/.gnupg/options .
60
61
62 S/MIME Support
63 ~~~~~~~~~~~~~~
64 See README.SMIME for details.
65
66
67 About temporary files and security
68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 When using mutt to view an encrypted message, the plain text is saved in
70 a temporary file. If you have reasons to worry an attacker may recover
71 the deleted file from your hard disk please take appropriate actions to
72 prevent this (e.g. use a ramdisk or shred(1) or wipe(1)).
73 Also don't forget about the temporary files created by your editor.
74 Mutt creates temporary files in a secure way. See #222125 for details.
75
76
77 /etc/Muttrc.d/
78 ~~~~~~~~~~~~~~
79 The default /etc/Muttrc will source more configuration directives from
80 files in the /etc/Muttrc.d/ directory ending in ".rc".
81 The system administrator may use the directory for local customizations
82 and packages enhancing mutt may use it to install their configuration
83 directives.
84 The directory is processed last in /etc/Muttrc, so that settings there
85 may override the defaults from the file.
86