home *** CD-ROM | disk | FTP | other *** search
/ Quarterdeck InternetSuite / Quarterdeck InternetSuite.iso / qmc1.qip / STARTUP.INI < prev    next >
Encoding:
INI File  |  1996-03-20  |  3.4 KB  |  117 lines

  1. ;----------------------------------------------------------------------------
  2. ; Quarterdeck Message Center - Startup File 
  3. ;----------------------------------------------------------------------------
  4. ;
  5. ; Variables by section: (* indicates a MANDATORY setting)
  6. ;
  7. ; NAME              TYPE    DESCRIPTION
  8. ;
  9. ; [Spelling]
  10. ;  Language         Num     language identifier
  11. ;  MainLexFiles     Str     list of default dictionary files
  12. ;
  13. ; [NewsFolder1]
  14. ;  *Name            Str     name of the folder
  15. ;  Parent           Str     name of it's parent folder (defaults to News)
  16. ;
  17. ; [UserFolder1]
  18. ;  *Name            Str     name of the folder
  19. ;  Parent           Str     name of it's parent folder (defaults to User)
  20. ;
  21. ; [NewsServer1]
  22. ;  *Name            Str     name of the news server
  23. ;
  24. ; [NewsGroup1]
  25. ;  *Name            Str     name of the newsgroup
  26. ;  Server           Str     name of the news server (defaults to provider's)
  27. ;  Parent           Str     name of it's parent folder (defaults to News)
  28. ;
  29. ; [MailingList1]
  30. ; *Name             Str     name of the Mailing List
  31. ; Comment           Str     optional comment
  32. ;
  33. ; [AddrEntry1]
  34. ; *Name             Str     name of the Individual
  35. ; *Address          Str     internet address of the Individual 
  36. ; Comment           Str     optional comment (up to 1024 characters)
  37. ; MailingList       Str     optional name of mailing list this belongs to
  38. ;
  39. ;----------------------------------------------------------------------------
  40.  
  41. ;--------------------------------------------------------
  42. ; Default Spell Checking Dictionaries
  43. ;
  44. ; Use the following to define the default language and
  45. ; dictionary files for the spell checking engine.
  46. ;
  47. ;   Language            ID      MainLexFiles        
  48. ;   --------            --      ------------
  49. ;   American English    1033    QMC.TLX,SSCEAMC.TLX,SSCEAMM.CLX
  50. ;   British English     2057    QMC.TLX,SSCEBRC.TLX,SSCEBRM.CLX
  51. ;   French              1036    QMC.TLX,SSCEFRC.TLX,SSCEFRM.CLX
  52. ;   German              1031    QMC.TLX,SSCEGEC.TLX,SSCEGEM.CLX
  53. ;   Italian             1040    QMC.TLX,SSCEITC.TLX,SSCEITM.CLX
  54. ;   Spanish             1034    QMC.TLX,SSCESPC.TLX,SSCESPM.CLX
  55. ;
  56. ;--------------------------------------------------------
  57. [Spelling]
  58. LanguageID=1033
  59. MainLexFiles=QMC.TLX,SSCEAMC.TLX,SSCEAMM.CLX
  60.  
  61.  
  62. ;--------------------------------------
  63. ; Default Newsgroup Subscriptions
  64. ;--------------------------------------
  65.  
  66. [NewsGroup1]
  67. Name="news.announce.newusers"
  68.  
  69. [NewsGroup2]
  70. Name="news.answers"
  71.  
  72. [NewsGroup3]
  73. Name="news.groups.questions"
  74.  
  75. [NewsGroup4]
  76. Name="news.newusers.questions"
  77.  
  78. [NewsGroup5]
  79. Name="rec.answers"
  80.  
  81. [NewsGroup6]
  82. Name="alt.winsock"
  83.  
  84. [NewsGroup7]
  85. Name="comp.infosystems.www.users"
  86.  
  87. [NewsGroup8]
  88. Name="alt.culture.usenet"
  89.  
  90. [NewsGroup9]
  91. Name="alt.culture.internet"
  92.  
  93. [NewsGroup10]
  94. Name="comp.os.msdos.desqview"
  95.  
  96.  
  97. ;--------------------------------------
  98. ; Default Address Book Entries
  99. ;--------------------------------------
  100.  
  101. [AddrEntry1]
  102. Name="Quarterdeck Information"
  103. Address="info@qdeck.com"
  104. Comment="For pre-sales information."
  105.  
  106. [AddrEntry2]
  107. Name="Quarterdeck Technical Support"
  108. Address="support@qdeck.com"
  109. Comment="Technical support for released Quarterdeck products."
  110.  
  111. [AddrEntry3]
  112. Name="Quarterdeck Webmaster"
  113. Address="webmaster@qdeck.com"
  114. Comment="Questions and Comments specifically related to Quarterdeck's WWW presence."
  115.  
  116.  
  117.