This file is indexed.

/usr/share/doc/mutt/README.Debian is in mutt 1.5.23-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
l10n support
~~~~~~~~~~~~
If you want to see non-ASCII characters on a Debian system, there's no
use fiddling with the variable "charset", as described in the manual
page muttrc(5).
Instead, you'll need to have the Debian package "locales" installed on
your system and set the LANG or LC_CTYPE environment variable.
e.g. US users will want to add "export LC_CTYPE=en_US" to their ~/.bashrc.
If you have a /etc/locale.gen file read carefully the comment and do
what it says, or it will not work.
No, linux systems do not need --enable-locales-fix or --without-wc-funcs,
so don't bother me saying these switches cure your problems.


PGP support
~~~~~~~~~~~
GnuPG support works out of the box with the default /etc/Muttrc.
You do not need any of the example files in /usr/share/doc/mutt/
unless you plan to send signed+encrypted messages to pgp2 users.


gpg-2comp
~~~~~~~~~
/usr/share/doc/mutt/examples/gpg.rc uses a wrapper program called
gpg-2comp which is not available as a debian package.
This program is needed only to sign and encrypt messages with a method
compatible with PGP 2.x. Users who don't need this feature can use the
commands provided in the default /etc/Muttrc.
The pgpewrap and pgpring programs used by some example rc files have
been installed in /usr/lib/mutt.
The files /usr/share/doc/mutt/examples/*.rc are just examples and are not
supposed to be used as is. Actually they are not supposed to be used at
all, PGP support works out of the box if gnupg is installed.


GnuPG passphrase
~~~~~~~~~~~~~~~~
The GnuPG passphrase is not asked if the $GPG_AGENT_INFO environment
variable exists.


Scripts
~~~~~~~
Look at /usr/lib/mutt/{debian-ldap-query,mailspell}.


pgp_encryptself
~~~~~~~~~~~~~~~
This mutt 1.0.x configuration option does not exist anymore and this
will not change. To achieve the same effect you can add something like
--encrypt-to=your@mail.address to the relevant ~/.muttrc configuration
lines (pgp_encrypt_only_command and pgp_encrypt_sign_command) or to
~/.gnupg/options .


S/MIME Support
~~~~~~~~~~~~~~
See README.SMIME for details.


About temporary files and security
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When using mutt to view an encrypted message, the plain text is saved in
a temporary file. If you have reasons to worry an attacker may recover
the deleted file from your hard disk please take appropriate actions to
prevent this (e.g. use a ramdisk or shred(1) or wipe(1)).
Also don't forget about the temporary files created by your editor.
Mutt creates temporary files in a secure way. See #222125 for details.


/etc/Muttrc.d/
~~~~~~~~~~~~~~
The default /etc/Muttrc will source more configuration directives from
files in the /etc/Muttrc.d/ directory ending in ".rc".
The system administrator may use the directory for local customizations
and packages enhancing mutt may use it to install their configuration
directives.
The directory is processed last in /etc/Muttrc, so that settings there
may override the defaults from the file.

 -- Christoph Berg <myon@debian.org>  Sat, 03 Nov 2007 21:02:26 +0100