This file is indexed.

/usr/share/doc/mew-beta/README.Debian is in mew-beta 7.0.50~6.7+0.20150818-1.

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

mail-user-agent
===============

The following configuration enables you to run Mew as a default mail
user agent of emacsen.

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

Local mailbox
=============

If you want to use a local mailbox instead of POP, you need the
following configuration.

	(setq mew-mailbox-type 'mbox) ;; 'pop is used by default
	(setq mew-mbox-command "incm") ;; incm gets mails from maildir or mbox
	(setq mew-mbox-command-arg "-u -a") ;; See also incm manual

mew-ssl
=======

If you want to use the mew-ssl feature, install the stunnel4 package
(or the stunnel package) and the ca-certificates package.

By default, in the startup file, the mew-prog-ssl variable is set to
"mewstunnel" (wrapper script for using stunnel4 or stunnel), the
mew-ssl-cert-directory variable is set to "/etc/ssl/certs" (directory
to store CA certificates in), and the mew-ssl-verify-level variable
is set to 2 (verify server's certificate).  See also "Mew manual",
section "SSL".

contrib
=======

contrib/*.el files are installed in the site-lisp directory.

 -- Tatsuya Kinoshita <tats@debian.org>, Sun,  4 Nov 2007 22:29:27 +0900