Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!EXPO.LCS.MIT.EDU!gildea From: gildea@EXPO.LCS.MIT.EDU (Stephen Gildea) Newsgroups: comp.mail.mh Subject: Re: Beginner questions Message-ID: <9106211530.AA07411@alex.lcs.mit.edu> Date: 21 Jun 91 15:30:35 GMT References: <44917@netnews.upenn.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 37 I have a couple questions about mh: 1) When starting up mh-e using the command: `emacs -f mh-mail', how can I get it to rescan the folder automatically so that all my mail is shown and not just the newly incorporated pieces? ... Well, you can't. That is, you can't until you apply this one-line patch to mh-e: *** mh-e.el~ Fri May 17 17:26:28 1991 --- mh-e.el Fri Jun 21 10:59:34 1991 *************** *** 910,914 **** ! (defun mh-rescan-folder (range) "Rescan a folder after optionally processing the outstanding commands. If (optional) prefix argument is provided, prompt for the range of --- 910,914 ---- ! (defun mh-rescan-folder (&optional range) "Rescan a folder after optionally processing the outstanding commands. If (optional) prefix argument is provided, prompt for the range of Now you can say "emacs -f mh-rmail -f mh-rescan-folder" Note that's "mh-rmail" not "mh-mail." And don't try running mh-rescan-folder without mh-rmail first to load and initialize mh-e. < Stephen MIT X Consortium