This file is indexed.

/usr/share/doc/wl-beta/README.Debian is in wl-beta 2.15.9+0.20130701-4.

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
wl-beta for Debian
------------------

The following setting enables you to run Wanderlust as a default mail
user agent of emacsen.

    (if (boundp 'mail-user-agent)
        (setq mail-user-agent 'wl-user-agent))
    (if (boundp 'read-mail-command)
        (setq read-mail-command 'wl))

To use the ssl feature, install the gnutls-bin package and the
ca-certificates package.

For emacs24 or later versions, the open-gnutls-stream function is used.
See also gnutls.el to customize.

For other emacsen such as emacs23, the open-ssl-stream function is used.
In the startup file (/etc/emacs/site-start.d/*wl-beta.el),
ssl-program-name is set to gnutls-cli instead openssl, and
ssl-program-arguments is set to verify certificates.  See also ssl.el.

If you encounter an SSL connection failure, execute gnutls-cli directly
to diagnose.  See also the manual of gnutls-cli.

For more information, see the Info documents.

 -- Tatsuya Kinoshita <tats@debian.org>, Fri, 10 Jan 2014 23:48:13 +0900