14 May 2001 21:34
mh-flists.el
<y <at> mit.edu>
2001-05-14 19:34:43 GMT
2001-05-14 19:34:43 GMT
I've improved quite a bit (IMHO) on mh-flists.el, the simple folder-view interface to MH-e I've been piecing together in my spare time. I thought I'd post it here and see how people felt about putting it in the distribution. It hasn't been heavily tested on anything but the FSF emacs 21 prereleases, and it requires a very recent mh-e (for a small change I made to mh-kill-folder to make it more general). Let me know what you think. chad
; extension to mh-e for an active list of folders based on flists. ; $Header: /local/home/yandros/elisp/RCS/mh-flists.el,v 1.3 2001/05/14 19:26:53 yandros Exp $ ; todo: ; provide way to run a get-mail command (provide 'mh-flists) (require 'mh-e) (defvar mh-flists-mode-map (make-sparse-keymap) "Keymap for mh-flists-mode") (defvar mh-flists-buffer "mh-flists") ;name of buffer for mh-flists (defgroup mh-flists nil "MH-e active folder list mode" :group 'mh)(Continue reading)
RSS Feed