home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / msq310.zip / TEMPLATE.MSQ < prev   
Text File  |  1995-06-24  |  2KB  |  70 lines

  1. ; ________________________________________________________________
  2. ;
  3. ; Msgedsq message Template file.           
  4. ; ________________________________________________________________
  5. ;
  6. ; If you have a template defined in msged.cfg, it will use the file
  7. ; to create a template when replying to and forwarding/redirecting
  8. ; messages.
  9. ;
  10. ; lines beginning with ';' are ignored.
  11. ;
  12. ; The normal tokens are the same as those used in the old form
  13. ; of message attributes.  Tokens begin with a '%' sign and you
  14. ; may place them anywhere you like within a line.  Please note
  15. ; that the fully expanded line must not be more that 250 chars.
  16. ; (not a likely problem).
  17. ;
  18. ; Lines will be included into the resulting message depending
  19. ; on the attributes for the function (see config file).  The
  20. ; line tokens begin with '@' and have *one* following char that
  21. ; defines what type the line is.  The types of lines are:
  22. ;
  23. ;     @l      Followup (reply-comment) msgs.
  24. ;     @f      Forwarded msgs.
  25. ;     @r      Redirected msgs.
  26. ;     @n      New msgs (not forwarded or redirected).
  27. ;     @a      Messages appearing in a new area (replys only).
  28. ;     @q      Messages that include a quote.
  29. ;     @m      Includes the message text, quoted or not.
  30. ;
  31. ;
  32. ; Note that the letters are not case-sensitive.
  33. ; ________________________________________________________________
  34. ;
  35. ;
  36. @f============================================
  37. @f * Original To  : %otn, %oda
  38. @f * Original From: %ofn, %ooa
  39. @f * Original Date: %mms %dms %tnm
  40. @f============================================
  41. @f
  42. ;
  43. ;
  44. @r * Original to %otn of %oda
  45. @r * Forwarded on <%mno %dno %tnn> by %ufn of %uad
  46. @r
  47. ;
  48. ;
  49. @l * Original from %ofn at %ooa
  50. @l
  51. ;
  52. ;
  53. @a * Reply to msg in %oeh
  54. @a
  55. ;
  56. ;@nHello %tfn,
  57. ;@n
  58. ;
  59. @qOn %mms %dms %tnm %yms, %ofn of %ooa wrote:
  60. @q
  61. ;
  62. @m
  63. ;
  64. ;
  65. @n
  66. @n%ufn
  67. ;
  68. ;
  69. ; End of file/message.
  70.