Go to the first, previous, next, last section, table of contents.


mhc.el

Message Harmonized Calendaring system (http://www.quickhack.net/mhc/)

By using MHC, you can make a calendar from the messages.

For mhc-0.25:

(setq mhc-mailer-package 'wl)
(autoload 'mhc-mode "mhc" nil t)
(add-hook 'wl-summary-mode-hook 'mhc-mode)
(add-hook 'wl-folder-mode-hook 'mhc-mode)

For mhc-current:

(autoload 'mhc-wl-setup "mhc-wl")
(add-hook 'wl-init-hook 'mhc-wl-setup)


Go to the first, previous, next, last section, table of contents.