home *** CD-ROM | disk | FTP | other *** search
Wrap
; ============================================================================= ; XENEDIT.CFG Xenia Edit config file Xenia Version 1.98 - January 1995 ; ============================================================================= ; Everything after the first ; on a line is regarded as a comment, and ignored. ; Do note that XenEdit always reads XENIA.CFG first, so make sure you don't ; include that cfgfile here again or XenEdit will complain about the wrong ; order of various config statements, etc. ; ----------------------------------------------------------------------------- ; Errorlevel created by XenEdit: ; 0 nothing much happened ; 255 Fatal error ; The following errorlevels are added together if more than one is applicable: ; 1 Local Mail Entered ; 2 NetMail Entered ; 4 EchoMail Entered ; 8 GroupMail Entered ; Ie. if you entered some new net and echo msgs, the errorlevel will be 6. ; ----------------------------------------------------------------------------- ; If you still have an old TB-Edit registration key, you can put it here.... ;REG_NAME <registration name> ;REG_ID <registration ID> ; ----------------------------------------------------------------------------- ; EXTCONFIG <prgname> <configfile> ; EXTAREAS <prgname> <areasfile> ; You can make Xenia Edit read another program's configuration..... ; Supported are: The-Box,FrontDoor,InterMail,Maximus,SquishMail,RemoteAccess ;EXTCONFIG THE-BOX C:\TB\TB1.CFG ; TB is just a mailer, so no arealist ;EXTCONFIG FRONTDOOR C:\FD\SETUP.FD ;EXTAREAS FRONTDOOR C:\FD\FOLDER.FD ; You can have only either IM or FD setup/areas, not both! ;EXTCONFIG INTERMAIL C:\IM\FD.SYS ;EXTAREAS INTERMAIL C:\IM\FOLDER.CFG ;EXTCONFIG MAXIMUS C:\MAX\MAX.PRM ; No Maximus extareas: automatically read based on MAX.PRM ; Not all info you want for a msg-reader is present in SETUP.GE, so it is ; advised that you also use at least the basic config of your mailer. ; XenEdit will use for instance the colours and macros from a IM or FD setup. ;EXTCONFIG GECHO C:\GE\SETUP.GE ;EXTAREAS GECHO C:\GE\AREAFILE.GE ;EXTCONFIG SQUISHMAIL C:\SQUISH\SQUISH.CFG ; If specified in the Squish config, the AreasBBS file is also read. ; Not all info you want for a msg-reader is present in CONFIG.RA, so it is ; advised that you also use at least the basic config of your mailer. ; XenEdit will use for instance the colours and macros from a IM or FD setup. ;EXTCONFIG REMOTEACCESS C:\RA\CONFIG.RA ;EXTAREAS REMOTEACCESS C:\RA\MESSAGES.RA ; ----------------------------------------------------------------------------- ; Main XenEdit configuration ; ; The following XENIA.CFG config statements are read: ; INCLUDE Include secondary cfgfiles; XenEdit assumes task 1 or no task# ; SYSOP Primary user name for from field ; DOMAIN Nodelist spec and domain resolving info ; ADDRESS All address statements ; ALIAS Automatic originating address selection in netmail areas ; PASSWORD Put onto subject line with single word to-names (AREAFIX etc!) ; All other stuff in XENIA.CFG (and files that are included there) is ignored. ; ----------------------------------------------------------------------------- ; ECHOOUT <tosslog> ; File to list areatags with new mail, to be exported by your mailprocessor ; XenEdit automatically handles the special files for Hudson and JAM msgbases, ; so you can forget about those here. This is just for Fido/Squish/RBBS/Pandora ;ECHOOUT C:\XENIA\ECHOTOSS.LOG ; ----------------------------------------------------------------------------- ; EDITOR <cmdline> ; To use an external text editor instead of the very nice internal stuff. ; The text is written to and read from the XENEDIT.WRK file in the home dir. ;EDITOR C:\UTIL\Q.ED C:\XENIA\XENEDIT.WRK ; ----------------------------------------------------------------------------- ; GIF <viewprog> <gifpath> <mygif> ; Supporting the GIF kludge invented by Henk Wevers. ; You can view someone's picture if a msg from him/her references it, provided ; that you already have the referenced GIF file present in the specified dir. ; If you specify the third parameter, the path/filename of your own picture, ; the appropriate GIF kludge will be added to msgs you write. ;GIF C:\UTIL\VPIC.EXE C:\GIF\ ; ----------------------------------------------------------------------------- ; FAXVIEW <cmdline> ; View FAX attaches. ; Xenia Mailer creates a notification msg packet if it receives a FAX. ;FAXVIEW C:\ZFAX\ZFAX vf ; ZFAX v3.nn (XenEdit default) ;FAXVIEW C:\ZFAX\ZFAX 4 ; ZFAX v2.23 ; ----------------------------------------------------------------------------- ; Various options... ; FLAG HIDEKLUDGES | SHOWKLUDGES ; Defaults: HIDE kludge lines ; FLAG HIDEHEADER | SHOWHEADER ; SHOW msg hdr in list func ; FLAG HIDEPHYSICAL | SHOWPHYSICAL ; HIDE physical msg numbering ; FLAG HIDEHARDCR | SHOWHARDCR ; HIDE hard CRs in msgeditor ; FLAG SORT | NOSORT ; NOSORT of areas by tag ; FLAG BIOSVIDEO | DIRECTVIDEO ; DIRECTVIDEO mode ; ----------------------------------------------------------------------------- ; COLOURS MENU normal hotnormal select inactive border title ; COLOURS SELECT normal select border title scrollbar scrollselect ; COLOURS WINDOW normal hotnormal select blink border title ; COLOURS TEXT normal hotnormal inverse hotinverse blink ; See XENVIDEO.CFG for detailed information about colour configuration. ;COLOURS MENU B_CYAN+BRIGHT+WHITE B_CYAN+YELLOW B_BLUE+BRIGHT+WHITE B_WHITE+GREY B_CYAN+BRIGHT+CYAN B_CYAN+YELLOW ;COLOURS SELECT B_CYAN+BRIGHT+WHITE B_BLUE+BRIGHT+WHITE B_CYAN+BRIGHT+CYAN B_CYAN+YELLOW B_CYAN+BRIGHT+WHITE BRIGHT+CYAN ;COLOURS WINDOW B_CYAN+BRIGHT+WHITE B_CYAN+BRIGHT+YELLOW B_BLUE+BRIGHT+WHITE B_CYAN+YELLOW B_CYAN+BRIGHT+WHITE B_CYAN+YELLOW ;COLOURS TEXT B_CYAN+BRIGHT+WHITE B_CYAN+BRIGHT+YELLOW B_WHITE+BLUE B_BLUE+BRIGHT+WHITE B_CYAN+YELLOW ; ----------------------------------------------------------------------------- ; READ_KEY keyname <command> ; EDIT_KEY keyname <command> ; Key function definitions for read and edit mode INCLUDE C:\XENIA\XED_KEYS.CFG ; ----------------------------------------------------------------------------- ; Macro definitions ; Macro strings may use any key code (see XENKEYS.CFG for a full list), but ; inside a macro string they must be prefixed by a \ backslash. ; In addition, XenEdit supports the following special macros: ; \prgname Xenia Edit ; \version 1.98 ; In the macros below, cur_ means use the info from the current msg header, ; and org_ means use the info from the original msg header. ; Ie. you're making a reply, THAT is the current msg, and the original msg is ; the one you're replying to. ; \cur_fromname \org_fromname From name ; \cur_toname \org_toname To name ; \cur_orig \org_orig Originating address ; \cur_dest \org_dest Destination address ; \cur_subject \org_subject Message subject ; \cur_date \org_date Message date/time ; \cur_alias \org_alias Your aka address in this area ; \cur_pseudonym \org_pseudonym Your user name in this area ; \cur_name \org_name Description text of this area ; \cur_fromfirst \org_fromfirst First part of from name ; \cur_tofirst \org_tofirst First part of to name ; \cur_pseudofirst \org_pseudofirst First part of user name in area ; \cur_origin \org_origin Defined origin for this area ; \cur_echotag \org_echotag Defined tag for this area ; \cur_oinfo \org_oinfo Nodelist info for orig address ; \cur_dinfo \org_dinfo Nodelist info for dest address ; \cur_ainfo \org_ainfo Nodelist info for area aka ; ----------------------------------------------------------------------------- ; STARTUP_MACRO <string> ; Macro to execute right after startup ; FORWARD_MACRO <string> ; Text macro when forwarding a msg ; PRIVATE_MACRO <string> ; Text macro for private reply to echo msg ; CONFIRM_MACRO <string> ; Text macro for sending receive confirmation ; This one will move to the area at the top of the list and start the mailscan. ;STARTUP_MACRO \Alt_A\Home\Enter\Alt_S ; Don't use the below straight away, the defaults are fairly okidoki.... ;FORWARD_MACRO \Space* Original to \org_fromname (\org_orig) \org_oinfo\Enter * Dated <\org_date> from area \org_echotag'\org_name'\Enter * Forwarded by \cur_pseudonym (\cur_alias)\cur_ainfo\Enter\Enter ;PRIVATE_MACRO \Space* Private response to a msg in area \org_echotag'\org_name'\Enter\Enter ;CONFIRM_MACRO Your message was read and confirmed by addressee \cur_date\Enter\EnterReference to original message:\Enter * Date: \org_date\Enter * To : \org_toname (\org_dest) \org_dinfo\Enter * Subj: \org_subject\Enter\Enter ; ----------------------------------------------------------------------------- ; READ_MACRO keyname <string> ; EDIT_MACRO keyname <string> ; Macros for read and edit mode, respectively ; There is one special EDIT_MACRO definition that is used by the default macros ; (defined in the msgarea definition file below), and that's the Alt_1 key. ; It specifies the signon/signoff message when entering a message: hi, bye... ; You may want to change this one to your own particular liking. ; The one listed below is already hardcoded in XenEdit as the default.... ;EDIT_MACRO Alt_1 \Ctrl_PgDn\End\Enter\EnterBye, \cur_fromfirst.\Enter\Ctrl_PgUp\HomeHi \cur_tofirst,\Enter\Enter ; The following macro writes a smiley ;-) each time you press F2 in edit mode. ; Och, you get the idea.... ;EDIT_MACRO F2 ;-) ; ----------------------------------------------------------------------------- ; ORIGIN <string> ; Default origin line, can also be specified elsewhere.... ;ORIGIN AINEX-BBS Amersfoort, The Netherlands ; ----------------------------------------------------------------------------- ; xxxAREA definitions, work identical to the SquishMail config: ; NETAREA <tag> <path> -$(squish) -!(jam) -p<aka> ; BADAREA ... ; DUPEAREA ... ; ECHOAREA ... ; LOCALAREA ... ; One extention: the -! option on selects JAM msgbase format. ;NETAREA NETMAIL C:\MAIL\NETMAIL\ ;BADAREA BAD_MSGS C:\MAIL\BAD_MSGS -$ ;DUPEAREA DUPES C:\MAIL\DUPES -$ ; ----------------------------------------------------------------------------- ; AREASBBS <pathname> ; The AREASBBS file works like a normal areas.bbs format file. ; Lines starting with ; or - are regarded as comments. ; The first non-comment line in the file is in format origin!sysop ; A path without prefix indicates Fido .MSG format. ; A path prefixed with $ indicates a Squish format msgbase. ; A path prefixed with ! indicates a JAM format msgbase. ; An area number 1-200 instead of a path indicates a Hudson format msgarea. ; Aline prefixed with ; I think that covers just about any areas.bbs style thing out there ;-) ;AREASBBS C:\MAIL\AREAS.BBS ; ----------------------------------------------------------------------------- ; MSGAREAS <pathname> ; XenEdit's own msgarea configuration file, with its own explanation. MSGAREAS C:\XENIA\XENIAMSG.CFG ; ----------------------------------------------------------------------------- ; NOTE: Duplicate message area definitions are merged automagically. ; If you want a dump of XenEdit's complete final configuration, do: ; XENEDIT/XENEDIT2 DEBUG >somefile ; =============================================================================