This file is indexed.

/usr/share/doc/mhc/README.Debian is in mhc 0.25.1+20130926-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
44
45
46
47
48
49
50
51
52
53
54
55
MHC for Debian
--------------

This package provides a personal schedule management tool cooperating with
an emacsen mailer.  To use this package, put one of the following in your
`~/.emacs'.

  (mhc-select-mailer-package 'gnus)  ;; for Gnus
  (mhc-select-mailer-package 'mew)   ;; for Mew
  (mhc-select-mailer-package 'wl)    ;; for Wanderlust
  (mhc-select-mailer-package 'cmail) ;; for cmail

The following keys are available on your emacsen mailer.

  `C-c . .'  Go to this month
  `C-c . n'  Go to next month (With prefix arg, input number of months)
  `C-c . p'  Go to previous month (With prefix arg, input number of months)
  `C-c . g'  Go to month
  `C-c . s'  Rescan month
  `C-c . R'  Reset and initialize mhc

  `C-c . |'  Import schedule from mail
  `C-c . e'  Edit new schedule
  `C-c . m'  Modify schedule
  `C-c . d'  Delete schedule (Move to +schedule/trash)

  `C-c . c'  Set category
  `C-c . P'  Generate PostScript data from schedule
             ("gv" and "lp" are used by default.  See mhc-ps.el for details.)
  `C-c . t'  Toggle calendar
  `C-c . ?'  Display calendar
  `C-c . T'  Toggle online/offline
  `C-c . S'  Sync other mhc data
             ("mhc-sync" or "mhc-cvs" is used.  See mhc-file.el for details.)

  mhc-draft-mode:
    `C-c C-c'  Finish draft
    `C-c C-k'  Kill draft
    `C-c C-q'  Kill draft
    `C-c ?'    Display calendar

  Examples of X-SC-Category:
    X-SC-Category: 
    X-SC-Category: todo
    X-SC-Category: done
    X-SC-Category: private todo
    X-SC-Category: work done

The mhc file format is briefly documented in the manual page mhc(5).

Sample dot files are available at `/usr/share/doc/mhc/examples/'.

Non Elisp utilities are provided by the mhc-utils package.

 -- Tatsuya Kinoshita <tats@debian.org>, Sat, 22 Dec 2007 18:11:06 +0900