home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / msgte5_o.arj / SAMPLES / SAMPLE.CFG next >
Encoding:
Text File  |  1998-09-23  |  9.3 KB  |  271 lines

  1. ;
  2. ; Sample Msged TE configuration file
  3. ;
  4. ; On OS/2, DOS and Windows, you have to rename this file to MSGED.CFG and
  5. ; place it in the directory where MsgEd TE is installed.
  6. ;
  7. ; On Unix, you have to rename this file to .msged and put it into your home-
  8. ; directory ("mv sample.cfg ~/.msged").
  9. ;
  10. ; This sample configuration file is intended to give you a quick start into
  11. ; MsgEd TE 05. It does not want to be a full documentation. Hence, it does
  12. ; not cover all possible keywords and switches. For a full documentation,
  13. ; refer to the MsgEd TE manual.
  14. ;
  15. ;-----------------------------------------------------------------------------
  16.  
  17.  
  18.  
  19. ; Section 1 of this file covers settings that apply to both the DOS/WIN/OS/2
  20. ; ========= version and the Unix/Linux version.
  21.  
  22.  
  23. Name "Joe Sysop" 0
  24. ;Configure your user name. The number after the name is the lastlread pointer
  25. ;offset. In this case, it is 0, indicating that you are the sysop
  26.  
  27. Address 2:2499/9876
  28. Address 99:1234/567.97
  29. Address 242:9876/5432.0@fido.de
  30. ;Configure as much FTN addresses as you desire.
  31. ;The addresses can be 3D, 4D or 5D.
  32.  
  33. OutputCharset IBMPC
  34. ;This defines which character set your mails should be converted to on save.
  35. ;You can put IBMPC here even if your system is using a different charset.
  36.  
  37. AssumeCharset IBMPC
  38. ;This defines which character set a mail that does not contain a CHRS kludge
  39. ;is assumed to have.
  40.  
  41. ;Uucp 242:4900/99
  42. ;Here, you can define the address of an internet (UUCP) that you want to use.
  43. ;Refer to the manual for further details-
  44.  
  45. Uucpname UUCP
  46. ;Uucpname *
  47. ;Use "Uucpname *" instead of "Uucpname UUCP" if the gateway software of your
  48. ;gateway is Fidogate.
  49.  
  50. Origin We love MsgEd ...
  51. Origin MsgEd TE is available for OS/2, Linux, NT and DOS!
  52. ;Define one or more origin lines. If you define more than one, the line
  53. ;that will be used will be selected randomly each time you write a new mail.
  54.  
  55. LastRead lastread
  56. ;Leave this as is
  57.  
  58. ;TossLog e:\squish\echotoss.log
  59. ;Uncomment this if you want all mails that you write be recorded in the
  60. ;echotoss.log file. See the manual for further details.
  61.  
  62. UserOffset 0
  63. ;Again, the 0 indicates that you are the sysop of this system.
  64.  
  65. Quote _&>_
  66. ;Your quote string prefix. Leave this as is.
  67.  
  68. QuoteRight 75
  69. ;Right margin to use when quoting text.
  70.  
  71. NodePath r:\mailer\nodelist
  72. ;Path to the raw nodelist and the compiled V7 nodelist index
  73.  
  74. Nodelist fidonet nodex sysop.ndx
  75. ;Define the names of the index file. Refer to the manual for further details.
  76.  
  77. UserList r:\mailer\nodelist\fidouser.lst
  78. ;If you are able to generate a FIDOUSER.LST file, do so. The lookup routines
  79. ;in MsgEd that work with a FIDOUSER.LST file are much better than those that
  80. ;work with plain V7 indices.
  81.  
  82. QuickBBS r:\mailer\msgbase\hudson
  83. ;Path to your Hudson / QuickBBS message base files, if you use one.
  84.  
  85. AreaFileFlags 8u
  86. ;Enable FSC 0054 and internet gateway features.
  87.  
  88. AreaFile Fastecho E:\MAILER\fastecho\fastecho.cfg
  89. ;AreaFile Squish r:\mailer\squish\squish.cfg
  90. ;AreaFile Areas r:\mailer\squish\areas.bbs
  91. ;Read in all message areas defined in a tosser configuration file
  92.  
  93. FreqArea NETMAIL
  94. ;Area tag where file request mails should be saved. Normally, this should
  95. ;be your netmail folder.
  96.  
  97.  
  98. AlterFunc ReplyQuote      Q
  99. AlterFunc ReplyOtherArea  QA
  100. AlterFunc ReplyFollow     QF
  101. AlterFunc ReplyExtra      QAF
  102. ;Leave these as they are..
  103.  
  104. Switch EditTearlines On
  105. Switch EditOriginlines On
  106. ;Show the tear and origin lines in the message editor. You can switch
  107. ;this off if you do not like it.
  108.  
  109. Switch UseLastr On
  110. ;Use lastread pointers. Who would not want to do this? 
  111.  
  112. Switch NetmailVia Off
  113. ;It does not make much sense for a message editor to insert tear lines ..
  114.  
  115. Switch SquishLock Off
  116. ;If you are running on a non-networked single tasking system, you could
  117. ;turn this switch on to improve performance
  118.  
  119. SortAreas NGD
  120. ;Sort the message areas: (N)etmail first, then by Fastecho (G)roup, 
  121. ;then by area (D)escription.
  122.  
  123. ;Function 0  ^m             ; Autostart macro
  124. ;Uncomment this if you do not want MsgEd to stop at the logo display on
  125. ;startup.
  126.  
  127. Function 1  \0x23           
  128. ; F1 = Help menu
  129.  
  130. ; Here is how you can manually define message areas (in case that MsgEd
  131. ; does not support the configuration file of the tosser that you are using):
  132. ;
  133. ; <format>  <area-type[msgattrs]> <"Area description"> <path> <tag> [address]
  134. ;
  135. ;   <format>         Squish | Fido | Quick
  136. ;   <area-type>      m .. netmail
  137. ;                    e .. echomail
  138. ;                    u .. enable gateway features for this area
  139. ;                    8 .. write mails with CHRS kludge in this area
  140. ;   <msgattrs>       p .. private
  141. ;                    k .. kill/sent
  142. ;   <"description">  Description of area
  143. ;   <path>           Path to messagebase (or HMB board number)
  144. ;   [tag]            Echomail areatag; do not specify for non-echomail areas
  145. ;   [address]        FTN address to use for this area
  146. ;
  147. ; Some examples:
  148.  
  149. Fido   mu8  "Intransit Netmail" e:\msgbase\intransit\
  150. Squish mu8p "Netmail Folder"    e:\msgbase\netmail 
  151. Squish eu8  "MsgEd Support"     e:\msgbase\msged   MSGED_ECHO 
  152. Squish eu8  "Test echo"         e:\msgbase\z99test Z99.TEST   99:1234/567.97
  153.  
  154.  
  155.  
  156.  
  157. ; Section 2 of this file covers settings that only make sense on certain
  158. ; ========= operating systems.
  159.  
  160. ;First comes the huge bunch of UNIX specific settings:
  161.  
  162. IF UNIX  
  163.  
  164.   Switch Shadows Off
  165.   ;Drawing shadows around dialog borders is a nice feature, but it costs too
  166.   ;much time on typical UNIX terminal.
  167.  
  168.   Template ~/.msged.tpl
  169.   ;The template file defines templates for greetings, signoffs and footers.
  170.  
  171.   HelpFile ~/.msged.hlp
  172.   ;This is a binary file containing the online help
  173.  
  174.   ;MountDir /bbsdisk E:
  175.   ;If you install MsgEd on Unix, but your tosser runs on OS/2, DOS or Windows
  176.   ;(supposing the messagebase is shared via Samba or NFS), your tosser
  177.   ;configuration file (AreaFile) will contain DOSish path references (like
  178.   ;E:\MAILER\MSGBASE\MSGED.SQD) that have to be translated to be useful to
  179.   ;the MsgEd which is running on Unix.
  180.   ;Suppose that the OS/2 PC running the tosser mounts drive E: from your Unix
  181.   ;server. Everything that is stored on the E: disk will then be visible in
  182.   ;the /bbsdisk subdirectory on Unix. If you specify "MountDir /bbsdisk E:",
  183.   ;MsgEd will translate all filenames that it reads from the tosser config
  184.   ;file that start with "E:" accordingly (the string "E:" will be replaced with
  185.   ;"/bbsdisk"). It will of course also translate ;backslashes into slashes etc.
  186.   ;For this to work, you must of course place the MountDir keyword *before*
  187.   ;the AreaFile keyword!
  188.  
  189.  
  190.   ReadKey 0x003E link_to    ; >
  191.   ReadKey 0x003C link_from  ; <
  192.  
  193.   ;The standard layout of MsgEd assigns Ctrl+Right for jumping to the next
  194.   ;reply to a message and Ctrl+Left for jumping to the message the current
  195.   ;message is a reply to. These keys do not work on most unix systems. 
  196.   ;Therefore, the two lines above assign the > and the < key to these
  197.   ;functions.
  198.  
  199.  
  200.   EditKey 0x0004 del       ; Ctrl+D
  201.   EditKey 0x000E Down      ; Ctrl+P
  202.   EditKey 0x0006 Right     ; Ctrl+F
  203.   EditKey 0x0002 Left      ; Ctrl+B
  204.   EditKey 0x0010 Up        ; Ctrl+N
  205.   EditKey 0x0001 gobol     ; Ctrl+A
  206.   EditKey 0x0005 goeol     ; Ctrl+E
  207.   EditKey 0x000B emacskill ; Ctrl+K
  208.   ;These keywords add some emacs feeling to the internal message editor ;-)
  209.  
  210.  
  211.   ReadKey 0x2500 view       ; Alt+K shows kludges 
  212.   ;The standard MsgEd keyboard layout assigns Alt+V for toogline the display
  213.   ;of kludge lines on or off. However, Alt+V kollides with the German Umlauts
  214.   ;and therefore is disabled. The line above therefore assigns Alt+K to
  215.   ;this function.
  216.  
  217.  
  218.   EnableSC Σ÷ⁿ▀─╓▄
  219.   ;If your Unix system is configured correctly (i.E. to use the ISO 8859-1
  220.   ;character set), the parameters above should be the German umlauts: a
  221.   ;dieresis, o dieresis, u dieresis, sharp s, A dieresis, O diereisis and U
  222.   ;dieresis. If it doesn't, fix it!
  223.   ;Normally, the Unix version does not allow entry of German umlauts and
  224.   ;other special characters, because in VT100 they conflict which the Alt-key
  225.   ;combinations that MsgEd crucially relies on. If you uncomment the line
  226.   ;from above, you enable the input of these seven special characters. This
  227.   ;is convenient if you are writing German text, but you will not be able
  228.   ;to enter Alt+V any more - a fair compromise. 
  229.  
  230.  
  231.   ;Linux Console supports color and needs a special tweak for backspace
  232.   IF TERM=linux
  233.     Switch Colors On
  234.     Switch BS127 On
  235.  
  236.   ;FreeBSD System Console supports color
  237.   ELIF TERM=cons25 
  238.     Switch Colors On
  239.     Switch BS127 Off
  240.   
  241.   ;VT220 terminal emulator  should also support color
  242.   ELIF TERM=vt220
  243.     Switch Colors On
  244.     Switch BS127 Off
  245.  
  246.   ;*Some* xterms can handle color, so you might want to try switch Colors on
  247.   ELIF XTERM
  248.     Switch Colors Off
  249.     Switch BS127 Off
  250.  
  251.   ;VT100 or some other terminal - colors may or may not work here
  252.   ELSE
  253.     Switch Colors Off
  254.     Switch BS127 Off
  255.   ENDIF
  256.  
  257. ;Here are some Non-UNIX specific settings:
  258.  
  259. ELSE  
  260.  
  261.   Template SAMPLE.TPL
  262.   ;The template file defines templates for greetings, signoffs and footers.
  263.  
  264.   HelpFile MSGHELP.DAT
  265.   ;This is a binary file containing the online help
  266.  
  267.   Include  SCHEME.001
  268.   ;Include some other configuration file, in this case the color configuration.
  269.  
  270. ENDIF
  271.