home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / dmail / README < prev    next >
Encoding:
Text File  |  1994-06-02  |  3.1 KB  |  84 lines

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