home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-03-20 | 3.4 KB | 117 lines |
- ;----------------------------------------------------------------------------
- ; Quarterdeck Message Center - Startup File
- ;----------------------------------------------------------------------------
- ;
- ; Variables by section: (* indicates a MANDATORY setting)
- ;
- ; NAME TYPE DESCRIPTION
- ;
- ; [Spelling]
- ; Language Num language identifier
- ; MainLexFiles Str list of default dictionary files
- ;
- ; [NewsFolder1]
- ; *Name Str name of the folder
- ; Parent Str name of it's parent folder (defaults to News)
- ;
- ; [UserFolder1]
- ; *Name Str name of the folder
- ; Parent Str name of it's parent folder (defaults to User)
- ;
- ; [NewsServer1]
- ; *Name Str name of the news server
- ;
- ; [NewsGroup1]
- ; *Name Str name of the newsgroup
- ; Server Str name of the news server (defaults to provider's)
- ; Parent Str name of it's parent folder (defaults to News)
- ;
- ; [MailingList1]
- ; *Name Str name of the Mailing List
- ; Comment Str optional comment
- ;
- ; [AddrEntry1]
- ; *Name Str name of the Individual
- ; *Address Str internet address of the Individual
- ; Comment Str optional comment (up to 1024 characters)
- ; MailingList Str optional name of mailing list this belongs to
- ;
- ;----------------------------------------------------------------------------
-
- ;--------------------------------------------------------
- ; Default Spell Checking Dictionaries
- ;
- ; Use the following to define the default language and
- ; dictionary files for the spell checking engine.
- ;
- ; Language ID MainLexFiles
- ; -------- -- ------------
- ; American English 1033 QMC.TLX,SSCEAMC.TLX,SSCEAMM.CLX
- ; British English 2057 QMC.TLX,SSCEBRC.TLX,SSCEBRM.CLX
- ; French 1036 QMC.TLX,SSCEFRC.TLX,SSCEFRM.CLX
- ; German 1031 QMC.TLX,SSCEGEC.TLX,SSCEGEM.CLX
- ; Italian 1040 QMC.TLX,SSCEITC.TLX,SSCEITM.CLX
- ; Spanish 1034 QMC.TLX,SSCESPC.TLX,SSCESPM.CLX
- ;
- ;--------------------------------------------------------
- [Spelling]
- LanguageID=1033
- MainLexFiles=QMC.TLX,SSCEAMC.TLX,SSCEAMM.CLX
-
-
- ;--------------------------------------
- ; Default Newsgroup Subscriptions
- ;--------------------------------------
-
- [NewsGroup1]
- Name="news.announce.newusers"
-
- [NewsGroup2]
- Name="news.answers"
-
- [NewsGroup3]
- Name="news.groups.questions"
-
- [NewsGroup4]
- Name="news.newusers.questions"
-
- [NewsGroup5]
- Name="rec.answers"
-
- [NewsGroup6]
- Name="alt.winsock"
-
- [NewsGroup7]
- Name="comp.infosystems.www.users"
-
- [NewsGroup8]
- Name="alt.culture.usenet"
-
- [NewsGroup9]
- Name="alt.culture.internet"
-
- [NewsGroup10]
- Name="comp.os.msdos.desqview"
-
-
- ;--------------------------------------
- ; Default Address Book Entries
- ;--------------------------------------
-
- [AddrEntry1]
- Name="Quarterdeck Information"
- Address="info@qdeck.com"
- Comment="For pre-sales information."
-
- [AddrEntry2]
- Name="Quarterdeck Technical Support"
- Address="support@qdeck.com"
- Comment="Technical support for released Quarterdeck products."
-
- [AddrEntry3]
- Name="Quarterdeck Webmaster"
- Address="webmaster@qdeck.com"
- Comment="Questions and Comments specifically related to Quarterdeck's WWW presence."
-
-
-