aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mhc-emacs20/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/mhc-emacs20/pkg-descr')
-rw-r--r--deskutils/mhc-emacs20/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/deskutils/mhc-emacs20/pkg-descr b/deskutils/mhc-emacs20/pkg-descr
new file mode 100644
index 000000000000..1214ad38311c
--- /dev/null
+++ b/deskutils/mhc-emacs20/pkg-descr
@@ -0,0 +1,22 @@
+MHC is designed to help those who receive most appointments via email.
+Using MHC, you can easily import schedule articles from emails.
+
+To use mhc, you must install some of the supported MUA.
+The supported MUA are Mew, Wanderlust and Gnus.
+Minimum setup:
+
+for Mew user:
+ (autoload 'mhc-mew-setup "mhc-mew")
+ (add-hook 'mew-init-hook 'mhc-mew-setup)
+ optional setting for Mew-1.94 (Raw JIS header decoding)
+ (add-hook 'mew-message-hook 'mhc-mew-decode-header)
+
+for Wanderlust user:
+ (autoload 'mhc-wl-setup "mhc-wl")
+ (add-hook 'wl-init-hook 'mhc-wl-setup)
+
+for Gnus user:
+ (autoload 'mhc-gnus-setup "mhc-gnus")
+ (add-hook 'gnus-startup-hook 'mhc-gnus-setup)
+
+WWW: http://www.quickhack.net/mhc/