home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / mh / 1035 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!LASLO.NERSC.GOV!chris
  2. From: chris@LASLO.NERSC.GOV
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: MH miscillania
  5. Message-ID: <9208132117.AA04516@laslo.nersc.gov>
  6. Date: 13 Aug 92 21:17:47 GMT
  7. References: <9208111500.AA03543@bullwinkle.tc.cornell.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Organization: The Internet
  10. Lines: 27
  11.  
  12. In response to Mike Kraizman's question:
  13.  
  14. >Hi, sorry for the newbie question, but how do you get mh to 
  15. >quote text automatically in repl? I mean something like:
  16. >
  17. ><user@some.address>
  18. >>Quoted
  19. >>text
  20. >> here.
  21.  
  22. A 'replfilter' is the answer to your question.  In your .mh_profile you should
  23. specify a file that MH will use to format replies when the 'repl' command is
  24. envoked.  The added line in your .mh_profile should look something like:
  25.  
  26. repl:    -filter /usr/local/lib/mh/replfilter
  27.  
  28. I put the filter in this directory because it is used by so many users on my
  29. system.  The file 'replfilter' should contain something like:
  30.  
  31. message-id:nocomponent,formatfield=\
  32. "In message %{text}you write:"
  33. body:component=">",overflowtext="> ",overflowoffset=0
  34.  
  35. This should fix your problems.  Good luck.
  36.  
  37. -Christopher Murray
  38.  National Energy Research Supercomputer Center  /  NIS Group
  39.