home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / src / dmail / readme < prev    next >
Text File  |  1990-02-02  |  3KB  |  80 lines

  1.  
  2.     $Header: Beta:src/uucp/src/dmail/RCS/README,v 1.1 90/02/02 12:03:46 dillon Exp Locker: dillon $
  3.  
  4. README FILE FOR DMAIL v1.12 distribution June 1989
  5.  
  6. Read Makefile for compiling and installation procedures.
  7.  
  8. Dmail compiles fine on UNIX BSD 4.2/4.3. and the Amiga.  A man page exists
  9. and every command as a full help page online from Dmail.
  10.  
  11. AN EXAMPLE OF A .DMAILRC FILE: (happens to be mine)
  12. ---------------------------------------------------------------------------
  13. alias normal    "setlist -s 18 From 38 Subject 10 To 0 Cc 0 Date"
  14. alias from    "setlist -s 66 From; list; normal"
  15. alias me    "select To dillon , Cc dillon"
  16. alias bugs    "select To root staff manag , Cc staff manag root"
  17. alias trek    "select To trek , Cc trek"
  18. alias notme    "select -s To !dillon; resel -s Cc !dillon; resel From !dillon"
  19. alias hack    "select To hacker , Cc hacker"
  20. alias page    set page more
  21. alias nopage    unset page
  22. alias k     tag
  23. alias kn    "tag ; next"
  24. alias spool    "g /usr/spool/mail/dillon ~/Dmail/mbox"
  25. alias keep    "g ~/Dmail/keep"
  26. alias mbox    "g ~/Dmail/mbox"
  27. alias q     "select -s all; write ~/Dmail/keep -s tag; delete -s tag; quit"
  28. alias g     "select -s all; write ~/Dmail/keep -s tag; delete -s tag; qswi"
  29. set amiga    "decwrl!pyramid!amiga!support"
  30. set header    ~/.mailheader
  31. set ask
  32. normal
  33. cd ~/Dmail
  34. ---------------------------------------------------------------------------
  35.  
  36. In the above example, I have created a Dmail directory to hold all my
  37. folders.  Each folder will be a file containing multiple messages, fully
  38. compatible with /usr/spool/ and mbox.
  39.  
  40. my dmail alias is this:
  41. alias dmail '\dmail -O -l ~/Dmail/.dmailrc -o ~/Dmail/mbox -F Cc -F Date'
  42.  
  43. NOTE: you don't need to alias dmail to anything.  without any arguments,
  44. it acts like /bin/Mail getting your mail from your spool, and placing
  45. read mail on quit to mbox in your home directory.  I use -O so dmail
  46. gives me a command prompt even if there is no mail, and the -F options
  47. tell dmail to load those subjects into memory automatically (because I'm
  48. going to select on them immediately anyway).  If a field which you select
  49. on is not in memory, dmail must go to the mail file to find the field.
  50. This is transparent.
  51.  
  52. GOOD LUCK!
  53. ---------------------------------------------- Another example of an .dmailrc
  54. if !comlinemail
  55. alias ls        "! ls"
  56. alias normal    "setlist -s 18 From 38 Subject 10 To 0 Cc 0 Date"
  57. alias news        "setlist -s 18 Newsgroup 30 Subject 10 Date 6 Lines 0 Keywords"
  58. alias hack        "select To hacker , Cc hacker"
  59. alias page        set page more
  60. alias nopage    unset page
  61. alias spool        "g /usr/spool/mail/dillon ~/Dmail/mbox"
  62. alias keep        "g ~/Dmail/keep"
  63. alias mbox        "g ~/Dmail/mbox"
  64. alias amiga        "select Resent-From: info , To: info , Cc: info
  65. alias g         "qswitch"
  66. alias kill        "%var sel Sub $var;d all;sel all"
  67. set amiga        "decwrl!pyramid!amiga!support"
  68. set header        ~/.mailheader
  69. normal
  70. cd ~/Dmail
  71. set archive        ~/Dmail/arch
  72. endif
  73. -------------------------------------------------------------------
  74.  
  75.             -Matt
  76.  
  77.             dillon@ucb-vax.berkeley.edu
  78.             ...!ucbvax!dillon
  79.  
  80.