home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume9 / elm2 / part01 / doc / elmrc.sample < prev    next >
Text File  |  1987-03-08  |  2KB  |  58 lines

  1. #
  2. # .msgrc - automatic variable defines for the 'msg' mailer.
  3. #
  4. # Personalized for ??
  5.  
  6. # where to save my mail to, default directory
  7. maildir  = ~/Mail
  8.  
  9. # where to save messages to, default file
  10. mailbox  = ~/Mail/mailbox
  11.  
  12. # what editor to use
  13. editor   = $EDITOR
  14.  
  15. # where to save mail if not specified somewhere else
  16. savemail = ~/Mail/mail.sent
  17.  
  18. # how to print a message ('%s' is the filename)
  19. print    = /usr/local/bin/print -p lpn -f %s
  20.  
  21. # prefix sequence for including message text in other messages...
  22. prefix = > 
  23.  
  24. # what headers I DON'T want to see, ever.
  25.  
  26. weedout  = "Via:"  "Sent:"  "Date:"  "Status:"  "Original"
  27.        "From"  "Phase"  "Subject:"  "Fruit"  "Sun"
  28.        "Lat"  "Buzzword"  "Return"  "Posted" "Telephone"
  29.        "Postal-Address" "Origin" "X-Sent-By-Nmail-V"
  30.        "Resent" "X-Location"  "Source" "Mood"  "Neuron"
  31.        "Libido" "To:" "X-Mailer:"  "Full-Name:" "X-HPMAIL"
  32.        "Cc:" "cc:" "Mmdf" "Network-"
  33.  
  34. # automatically copy message being replied to into buffer? 
  35. autocopy = OFF
  36.  
  37. # save a copy of all outbound messages? 
  38. copy     = ON
  39.  
  40. # emulate the mailx message increment mode (only increment after something
  41. # has been 'done' to a message, either saved or deleted)
  42. resolve  = ON
  43.  
  44. # enable the weedout list to be read...
  45. weed     = ON
  46.  
  47. # when messages are copied into the outbound buffer, don't include headers
  48. noheader = ON
  49.  
  50. # display message title when displaying pages of message
  51. titles     = ON
  52.  
  53. # alternative addresses that I could receive mail from (usually a
  54. # forwarding mailbox)
  55.  
  56. # alternatives = 
  57.