home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / software / 2533 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.1 KB  |  54 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!panther!mothost!white!rtsg.mot.com!news
  3. From: skrbec@tophat4.rtsg.mot.com (Brad Skrbec)
  4. Subject: Re: Hiding header fields in Mail.app
  5. Message-ID: <1992Nov6.151235.5320@rtsg.mot.com>
  6. Sender: news@rtsg.mot.com
  7. Nntp-Posting-Host: tophat4
  8. Organization: Motorola Inc., Cellular Infrastructure Group
  9. References: <3192@nlsun1.oracle.nl>
  10. Date: Fri, 6 Nov 1992 15:12:35 GMT
  11. Lines: 41
  12.  
  13. In article <3192@nlsun1.oracle.nl> hbergh@nl.oracle.com (Herbert van den  
  14. Bergh) writes:
  15. > In article <Bx7nw1.37G@watserv1.uwaterloo.ca>  
  16. wgilbert@fatou.UWaterloo.ca  
  17. > (William Gilbert) writes:
  18. > | Herbert van den Bergh writes
  19. > | > 
  20. > | > Is it possible to hide header fields of mail messages when reading
  21. > | > them with Mail.app? For example, I don't need to see the To: field,
  22. > | > especially if it contains hundreds of users, and I know the mail
  23. > | > was sent to me...
  24. > | 
  25. > | Run DefaultMgr in the Investigate mode on Mail.app/Mail.
  26. > | In OS 2.1 there is a default called MailFilter that can be used to  
  27. > filter
  28. > | out unwanted fields.
  29. > | 
  30. > | Will Gilbert
  31. >     Oops. Forgot to mention I am running NeXTstep 3.0. I don't
  32. >     see a DefaultMgr around here. Any other ideas?
  33. --
  34. No need to run DefaultMgr for this, unless you need to find
  35. information about what dwrite's an app supports.
  36.  
  37. To filter out lines from received mail messages, do the following:
  38. dwrite Mail MailFilter filterstring
  39.  
  40. Where filterstring is a colon delimited string of fields you want
  41. eliminated from your mail header.  For example, I use:
  42. dwrite Mail MailFilter "Received:Mime-Version:Status:Message-Id:
  43. Return-Path:Next-Reference:X-Mailer:Content-Type:Content-Length"
  44.  
  45. This is all on one line, and prevents me from seeing the associated
  46. header lines.
  47. ---------------------------------------------------------------------
  48. | Brad Skrbec       | "For it is the doom of men that they forget." |
  49. | Motorola Cellular     |                         -- Merlin         |
  50. | Arlington Heights, IL | Internet: skrbec@rtsg.mot.com             |
  51. |                       | Home: brad@darby.chi.il.us                |
  52. ------------------------------- NeXTMail Gladly Accepted ------------
  53.