home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / msqp22e.lzh / TEMPLATE.MSQ < prev    next >
Text File  |  1993-10-03  |  2KB  |  72 lines

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