Path: utzoo!utgpu!water!watmath!clyde!att-cb!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpsemc!bd From: bd@hpsemc.HP.COM (bob desinger) Newsgroups: comp.emacs Subject: Re: (gnu) emacs mh-mail Message-ID: <690008@hpsemc.HP.COM> Date: 28 Mar 88 22:30:42 GMT References: <1910@mtune.ATT.COM> Organization: HP SEMC, Cupertino, CA Lines: 13 I almost forgot. Here are the interesting parts from my .emacs file: ;;; MH mail package (setq mh-use-mhl t) ; use mhl for show (setq mh-ins-buf-prefix "> ") ; for fancy replies (setq mh-lpr-command-format "pr %s | lp -t'%s'") ; for printing mail (autoload 'mh-smail-other-window "mh-e") (global-set-key "\C-x4m" 'mh-smail-other-window) I just brought up 18.50 and it looks like mh-e now understands draft-folders. Thanks, James! -- bd