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

  1. ; ______________________________________________________________________
  2. ;
  3. ;  Msgedsq v2.2e  Copyright (c) 1993 John Dennis.  All rights reserved.
  4. ; ______________________________________________________________________
  5. ;
  6. ; Configuration file.
  7. ;
  8. ; Lines beginning with ';' are considered comments - all others will be
  9. ; processed.  You may not have comments in the middle of a line of text.
  10. ;
  11. ; Conventions used for syntax:
  12. ;
  13. ; []   = option
  14. ; <>   = compulsory
  15. ; |    = or
  16. ; ""   = everything inside the two quotes will be copied
  17. ; ______________________________________________________________________
  18. ;
  19. ;
  20. ; Your name (Up to 10 names)
  21. ;
  22. ; Name <name> [<lastread filename> <useroffset for squish *.sql areas>]
  23.  
  24. Name "John Dennis"   lastread 0
  25. Name "kyuuketsu"     lastread 0
  26.  
  27. ; ______________________________________________________________________
  28. ;
  29. ; Your Addresses - (any number, the first being the default).
  30. ;
  31. ; Address <fido address>
  32.  
  33. Address 3:690/668@fidonet
  34. ; Address 8:123/344@rbbs
  35.  
  36. ; ______________________________________________________________________
  37. ; A private-net address - should only be used when necessary.
  38.  
  39. ; Privatenet 6680
  40.  
  41. ;_______________________________________________________________
  42. ;
  43. ; Aliases, used to make header entry easy (any number).
  44. ;
  45. ; Alias <name alias> <"Real Name"> <address|UUCP> [<attribute> ["subject"]]
  46. ;
  47. ; An 'n' in the attribute field means use the current areas' default.
  48. ; You must have an attribute (even if only 'n') to have a subject.
  49.  
  50. Alias  john   "John Dennis"            3:690/668  pk "subject"
  51. Alias  colin  "Colin Wheat"            3:690/613
  52. Alias  linc   "Lincoln Dale"           3:690/626
  53. Alias  rich   "Richard Dale"           3:690/626
  54. Alias  mike   "Michael Studte"         3:690/728  n  "Yo!"
  55. Alias  area   "AreaFix"                3:690/613  n  "YOURPW -r -q"
  56. Alias  alex   "Alex Wyss"              2:301/802
  57. Alias  denis  "Denis McMahon"          2:251/20
  58. Alias  clay   "Clay Tinsley"           1:124/5125
  59. Alias  dallas "Dallas Hinton"          1:153/715
  60. Alias  brian  "Brian Heess"            1:102/851
  61. Alias  jd     "john@miyu.dialix.oz.au" UUCP       n  "Test Subject"
  62.  
  63.  
  64. ; ______________________________________________________________________
  65. ; Various and sundry.
  66.  
  67. Outfile    +msged.txt,t
  68. Lastread   lastread
  69. Tosslog    +echotoss.log
  70. Swappath   c:\
  71. helpfile   msq.hlp
  72. Userlist   f:\bink\fidouser.lst,(null)
  73. Useroffset 0
  74. Quote      &>_ 
  75. Right      70
  76. QuoteRight 65
  77. Tabsize    4
  78.  
  79.  
  80. ; ______________________________________________________________________
  81. ; Template files
  82.  
  83. Template  template.msq
  84. Template  tem.msq
  85.  
  86.  
  87. ; ______________________________________________________________________
  88. ; Groups
  89. ;
  90. ; Must be specified BEFORE areas are - this information is used
  91. ; when creating the areas.  Note: indexes are ZERO based.
  92. ; Double Note: Must be specified AFTER the names and templates.
  93. ;
  94. ; group <"search string"> <name index> <template index>
  95. ;
  96. ; The description of each area is searched and the template/user
  97. ; information is applied to that area if there is a match.
  98. ;
  99.  
  100. group "a_" 1 1
  101.  
  102.  
  103. ; ______________________________________________________________________
  104. ; V7 Nodelist(s)
  105. ;
  106.  
  107. Nodepath  f:\bink\mail\nodelist
  108. ; Nodelist  fidonet nodex  sysop.ndx
  109. ; Nodelist  signet  signet sysop.ndx
  110.  
  111. ; ______________________________________________________________________
  112. ; Areafile <s[quish]|a[reas]> [filename]
  113. ;
  114.  
  115. Areafile squish f:\bink\squish.cfg
  116.  
  117. ; ______________________________________________________________________
  118. ; Lets you alter the actions of a quote *function* ie: what it does
  119. ;
  120. ;       Q = quote message
  121. ;       A = ask what area to put it in & then put in other area text
  122. ;       F = insert followup text
  123. ;       R = message is reply only - no quote
  124. ;       N = message is new, no quote & header cleared.
  125. ;
  126. ;  Note that this does not apply to the forward/redirect/move/copy
  127. ;  functions.
  128. ;
  129. ; AlterFunc <function> <what to do>
  130.  
  131. AlterFunc  ReplyQuote      Q
  132. AlterFunc  ReplyOtherArea  QA
  133. AlterFunc  ReplyFollow     QF
  134. AlterFunc  ReplyExtra      QAF
  135.  
  136.  
  137. ; ______________________________________________________________________
  138. ; Switches (default and otherwise).
  139. ;
  140. ; switch seen-bys   on    ;
  141. ; switch shownotes  off   ;
  142. ; switch confirm    on    ;
  143. ; switch showaddr   on    ;
  144. ; switch msgids     on    ; <*> - Please leave as-is
  145. ; switch opusdate   off   ;
  146. ; switch tearline   on    ;
  147. ; switch strip      on    ; <*>  - has no effect anyway
  148. ; switch datearvd   off   ; new! - show the date the msg arrived?
  149. ; switch chopquote  on    ; new! - chop the end of messages?
  150. ; switch uselastr   off   ; new! - store the highest read msg# in squish areas?
  151. ; switch qquotes    off   ; new! - quote quotes?
  152. ; switch showcr     off   ; new! - show CRs (as an '')?
  153. ; switch showeol    off   ; new! - show the end of lines (as an '')?
  154. ; switch realmsgn   off   ; new! - show the real message number in <alt><l>?
  155. ; switch usemouse   on    ; new! - do we want mouse support?
  156. ; switch nettear    off   ; new! - put tearlines in netmail?
  157. ; switch savecc     off   ; new! - save the original cc: message?
  158. ; switch rawcc      off   ; new! - save the original as raw or formatted?
  159. ; switch editcronly on    ; new! - show CRs in editor only
  160. ; switch usepid     off   ; new! - use a ^aPID instead of tearline?
  161.  
  162.  
  163. switch seen-bys   off
  164. ; switch confirm    off
  165. switch showaddr   off
  166. switch qquotes    on
  167. ; switch showcr     on
  168. ; switch usepid     on
  169. switch editcronly on
  170.  
  171.  
  172. ; ______________________________________________________________________
  173. ; Include the colour definitions file
  174.  
  175. include msq.col
  176.  
  177. ; ______________________________________________________________________
  178. ; Area Information.
  179. ;
  180. ; Normal areas
  181. ; <squish|fido> <area-type[attributes]> <"description"> <path> <tag> [address]
  182. ;
  183. ; Netmail areas
  184. ; <squish|fido> <area-type[attributes]> <"description"> <path> [address]
  185. ;
  186. ; Area-types:
  187. ;       m - netmail
  188. ;       e - echomail
  189. ;       u - uucp
  190. ;       n - news
  191. ;
  192. ; Attributes:
  193. ;       p - private
  194. ;       k - kill/sent
  195. ;
  196. ; Address = 3/4d/5d fidonet address.
  197. ;
  198.  
  199. Squish  mp   "Netmail"    c:\app\msg\net
  200. squish  mp   "Local Net"  c:\temp\net\net
  201. Squish  mpk  "Netmail1"   c:\app\blah\net
  202. squish  e    "Udev"       c:\temp\msg\ueddev    UDDEV
  203. Squish  e    "Test"       c:\app\msg\test\test  TEST
  204. Fido    mpk  "Fido"       c:\app\msg\fido
  205. Fido    e    "Test Echo"  c:\app\msg\test       ETEST 8:234/23
  206. Fido    u    "Uucp"       c:\app\msg\news
  207.  
  208.  
  209. ; ______________________________________________________________________
  210. ; UUCP gate
  211. ;
  212. ; Uucp <gate address>
  213.  
  214. Uucp      3:6136/1
  215.  
  216.  
  217. ; ______________________________________________________________________
  218. ; UUCP name to send to (normally "UUCP" but "Fredmail" is an option)
  219. ;
  220. ; UucpName <name>
  221.  
  222. ; UucpName  UUCP
  223.  
  224.  
  225. ; ______________________________________________________________________
  226. ; Domain gates.
  227. ;
  228. ; Domain <domain gate (with domain)>
  229.  
  230. Domain 1:345/23@rbbs
  231.  
  232.  
  233. ; ______________________________________________________________________
  234. ; Gating to perform
  235. ;
  236. ; Normally, no gating is needed.  I would recommend that zone gating
  237. ; be used only when your zone-gate tells you off for not using it -
  238. ; most modern routing software makes it obsolete anyway.
  239. ;
  240.  
  241. gate none
  242. ; gate zones
  243. ; gate domains
  244. ; gate both
  245.  
  246.  
  247. ; ______________________________________________________________________
  248. ; Default origin line to use
  249.  
  250. Origin yume no naka ni...
  251.  
  252.  
  253. ; ______________________________________________________________________
  254. ; Reader Key definitions
  255. ;
  256. ; readkey <key scancode> <function name>
  257.  
  258. readkey 0x000d astart      ; <enter> go to msg area started in (when entering area).
  259. readkey 0x4f00 slast       ; <end>   go to last msg in msgbase.
  260. readkey 0x4700 first       ; <home>  go to first msg in msgbase.
  261.  
  262.  
  263. ; ______________________________________________________________________
  264. ; Editor Key definitions (new ones)
  265. ;
  266. ; editkey <key scancode> <function name>
  267.  
  268. ; editkey 0x1006 unblock   ; turns off a block (default key setting).
  269.  
  270.  
  271. ; ______________________________________________________________________
  272. ; Function Key Definitions (macros)
  273. ;
  274.  
  275. ;  function 0 <macro>
  276. ;  ^^
  277. ;  This function will be performed upon program startup.
  278.  
  279. ; Scan areas at startup.
  280. ;
  281. ; function 0 .^m*
  282.  
  283. function 1 _ _ _ O / _ _ C_U_T_ H_E_R_E_ _ _ _^m      O \\^m
  284. function 2 ^mRegards,^mJohn.^m
  285. function 3 ^mRegards,^mJohn.^m ^m
  286. function 4 \0x11hello^m
  287.  
  288. ;
  289. ; End of File.
  290.