This file is indexed.

/usr/share/doc/mu-cite/README.Debian is in mu-cite 8.1+0.20120227-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
MU-CITE for Debian
------------------

To call MU-CITE's citing filter function from emacsen mail and news
readers' reply functions, put the following lines in your ~/.emacs:

;; for all but message-mode
(add-hook 'mail-citation-hook 'mu-cite-original)
;; for message-mode only
(setq message-cite-function 'mu-cite-original)
;; for Mew
(add-hook 'mew-cite-hook
	  (lambda ()
	    (mu-cite-original)
	    (exchange-point-and-mark) ;; for highlighting
	    ))
(setq mew-summary-reply-with-citation-position 'body)

;;;(setq mu-cite-prefix-format '("> "))
;;;(setq mu-cite-cited-prefix-regexp nil)
;;;(setq mu-cite-top-format '("On " date ",\n" from " wrote:\n\n"))

 -- Tatsuya Kinoshita <tats@debian.org>, Sat,  4 Aug 2007 09:48:14 +0900