home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / mush / 425 next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.6 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!mojo.eng.umd.edu!clin
  2. From: clin@eng.umd.edu (Charles Lin)
  3. Newsgroups: comp.mail.mush
  4. Subject: Re: Forwarding mail with mush
  5. Date: 22 Jan 1993 05:00:00 GMT
  6. Organization: College of Engineering, Maryversity von Uniland, College Park
  7. Lines: 41
  8. Sender: clin@eng.umd.edu (Charles C. Lin)
  9. Distribution: world
  10. Message-ID: <1jnv0gINNddb@mojo.eng.umd.edu>
  11. References: <C15C3B.E4r@imag.fr> <1993Jan21.015420.11047@rmtc.Central.Sun.COM>
  12. NNTP-Posting-Host: state.eng.umd.edu
  13. Originator: clin@state.eng.umd.edu
  14.  
  15.  
  16.  In article <1993Jan21.015420.11047@rmtc.Central.Sun.COM>, rock@rmtc.Central.Sun.COM (Bill Petro) writes:
  17.  >schmeltzer@lifia.imag.fr (Olivier Schmeltzer) writes:
  18.  >
  19.  >>I would like to forward mail; the man pages about mush say that I have
  20.  >>to use the '~f' option followed by a [msg-list]. OK, but what is a
  21.  >>[msg-list]? I tried the number of the message but it wouldn't work.
  22.  >>So, what should I do?
  23.  >
  24.  >>Thanks
  25.  >
  26.  >
  27.  >What you want to do is:
  28.  >
  29.  >:mail -f .        [where "." is the current message]
  30.  >
  31.  >
  32.  >I have created a macro in my .mushrc file:
  33.  >
  34.  >bind-macro '\CXf' ':flags f\n:mail -f . '
  35.  >
  36.  >    When you type ^X-f, it will set the message flag to f ("forwarded")
  37.  >    and then forward the message.
  38.  
  39.     That's strange.  I thought that in mush, you could simple do
  40.  
  41. mush(msg 2)>  mail -f foo@bar
  42. ^^^^^^^^^^
  43. (prompt)
  44.  
  45. Or if you want to mail a different message than the current one, you
  46. write
  47.  
  48. mush(msg 2)> mail -f 1, 3-15, 18 foo@bar
  49.  
  50.    which should send mail message 1, 3 through 15 (inclusive) and 18 to foo@bar
  51. (commas optional).
  52.  
  53. --
  54. Charles Lin
  55. clin@eng.umd.edu
  56.