This file is indexed.

/usr/share/doc/mh-e/contrib.README is in mh-e 8.5-2.

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
* COPYRIGHT

Copyright (C) 2003 Bill Wohler
	
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

* INTRODUCTION

This directory contains contributed software that is useful with MH-E.


* CONTENTS

** mh-comp-frame.el

If this file is loaded into emacs then commands like `mh-send',
`mh-reply', and `mh-forward' will create a new frame in which the
draft is opened. When the mail is sent (or the draft deleted) this
frame goes away.

** mh-frame.el

Visit (or, if necessary, open) a frame called "MH-E" for mh-rmail,
rescan folder and show current message. On `mh-quit' from +inbox in
MH-E frame, delete that frame, and if there's a pid argument argument,
kill the proc with that pid.

** multi-prompt.el

This package is written for use in Emacs Lisp programs, where the
user is prompted for a string of the form:

  FOO,BAR,BAZ

where FOO, BAR, and BAZ are elements of some table.  The function
`multi-prompt' is a replacement `completing-read' that will allow
the user to enter a string like the above, yet get completion on
both FOO, BAR, and BAZ.


* INSTALL

** Extract the tarball.

If you don't have GNU tar, use gzip to uncompress the tarball and drop
the `z' option.

	tar xzf mh-e-contrib-1.4.tgz

** Place these files in your load path.

You may simply place the files in a directory that is already in your
load path, or you could add something like the following to your
.emacs:

	(add-to-list 'load-path (expand-file-name "~/mh-e-contrib-1.4"))

** Read the documentation within each file for directions specific to it.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: