home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / mh / 1496 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.3 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!uwm.edu!ogicse!flop.ENGR.ORST.EDU!gaia.ucs.orst.edu!umn.edu!csus.edu!netcom.com!kaminski
  2. From: kaminski@netcom.com (Peter Kaminski)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: Where is current Information Stored?
  5. Message-ID: <1993Jan12.213346.19208@netcom.com>
  6. Date: 12 Jan 93 21:33:46 GMT
  7. Article-I.D.: netcom.1993Jan12.213346.19208
  8. References: <1993Jan12.174858.11636@osuunx.ucc.okstate.edu>
  9. Organization: The Information Deli - via Netcom / San Jose, California
  10. Lines: 20
  11.  
  12. In <1993Jan12.174858.11636@osuunx.ucc.okstate.edu>
  13. martin@datacomm.ucc.okstate.edu (Martin McCormick) writes:
  14.  
  15. >I am curious as to how MH stores the current message number and current
  16. >folder name.  I could dig through the sources to find it out...
  17.  
  18. ...or the docs -- a couple of the man pages are relevant.  Here's one --
  19. from the FILES section of the mh-sequence(5) man page:
  20.  
  21.      <mh-dir>/context                       The user context
  22.      <folder>/.mh_sequences                 Public sequences for <folder>
  23.  
  24. See the docs for more detail, but the current folder name is in
  25. <mh-dir>/context, current sequence info is in the folder with the
  26. messages in .mh_sequences if the folder is writable, otherwise it's
  27. in <mh-dir>/context.
  28.  
  29. Have fun!
  30.  
  31. Pete
  32.