Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!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: Novice MH questions Message-ID: <9106191433.AA28936@alex.lcs.mit.edu> Date: 19 Jun 91 14:33:09 GMT References: <5+6+3M#@engin.umich.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 24 4. In the directory ~/Mail/inbox, all the files have message numbers as file names; is it possible to use senders' names as file names? [I'll leave 1-3 to someone else. I'm also assuming here that you have MH 6.7] You are trying to use "ls" to examine your mail. Don't. The details of how MH stores your mail should not concern you. Use the sophisticated tools of MH to examine your mail instead. Type "scan" to see all the mail in a folder. If you want the folder sorted by sender, type sortm -textfield from -limit 0 Then when you type "scan" you will see the messages in the new order. You will need to resort whenever you add new messages to the folder. If you want to just see the messages from some person, type scan `pick -from someperson` < Stephen MIT X Consortium