2 Feb 2001 02:59
re: rough new toy: mh-flists
<y <at> mit.edu>
2001-02-02 01:59:29 GMT
2001-02-02 01:59:29 GMT
When someone asked me where to find the emacs 21 betas, I realized that the code still relied on emacs-21. This version should work around that problem. If you're interested in becoming an emacs pretester (note: these are not betas; they're pretest versions. In the `modern' world of software release practices, there's a difference), let me know and I'll hunt down the current contact. 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.2 2001/02/02 01:59:05 yandros Exp $ (provide 'mh-flists) (require 'mh-e) (defvar mh-flists-mode-map (make-sparse-keymap) "Keymap for mh-flists-mode") (defvar mh-flists-quiet nil) ;list just folders with unread msgs? (defvar mh-flists-buffer "mh-flists") ;name of buffer for mh-flists (defun mh-flists () "List mail folder sizes and number of unseen messages. Confused by folder names that end in `+'" (interactive) (mh-find-path) ; init mh-e (save-excursion(Continue reading)
, please let me know and I'll
clarify.
I note the following in copyright.list so it's cool for you to make
changes:
EMACS Jeffrey C. Honig 1997-04-25
Disclaims changes.
Peter and Chad, I don't see entries for you. Unless you've sent in
your papers already (they seem to be behind in updating
copyright.list since I sent in my Emacs papers long ago and I don't
RSS Feed