home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / komunikace / miranda / miranda-im-v0.7.8-unicode.exe / mirandaboot.ini < prev    next >
INI File  |  2008-07-20  |  4KB  |  110 lines

  1. ;This file contains the information required to get Miranda up and running,
  2. ;i.e. everything before a database is loaded
  3.  
  4. ;Settings relating to the location and loading of the database
  5. [Database]
  6.  
  7. ;ProfileDir
  8. ;The directory to search for database files. If it's a relative path then
  9. ;it's relative to the directory containing miranda32.exe. Default is .
  10. ;You can use environment variables, so NT people may like %APPDATA%
  11. ProfileDir=.
  12.  
  13. ;ShowProfileMgr
  14. ;Selects the test to use to decide whether to show the profile manager on
  15. ;startup
  16. ;"never": Only show it if the profile to use can't be guessed by any means
  17. ;"yes":   Always show it
  18. ;"smart": (default) Show it if the command line doesn't contain a db name
  19. ;         that exists or there is more or less than 1 db in the ProfileDir.
  20. ShowProfileMgr=smart
  21.  
  22. ;DefaultProfile
  23. ;Name of the profile to use if there's a choice. If Miranda is run with a
  24. ;command line parameter then that is used instead of this setting.
  25. ;Default is empty
  26. ;If ShowProfileMgr=never then this profile is run without question
  27. ;Otherwise the profile manager is run as usual but initially this profile
  28. ;is selected
  29. ;
  30. ;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
  31. ;
  32. DefaultProfile=
  33.  
  34. ;AutoCreate
  35. ;"yes": If DefaultProfile or the command line parameter gives a profile
  36. ;name that doesn't exist then that profile is created.
  37. ;"no": (default) The profile manager is shown in this case
  38. AutoCreate=no
  39.  
  40. ;AutoExec is a system for batch addition of multiple settings to the
  41. ;database. See http://miranda.svn.sourceforge.net/viewvc/miranda/branches/stable/miranda/docs/autoexec_sample.ini
  42. ;for documentation
  43. [AutoExec]
  44.  
  45. ;Use
  46. ;"yes": Install .ini files automatically
  47. ;"no": Disable the autoexec system entirely
  48. ;"prompt": (default) Prompt the user before each installation
  49. ;This setting doesn't affect the decision of whether to display further prompts
  50. Use=prompt
  51.  
  52. ;Glob
  53. ;A global expression containing the files to watch for database settings
  54. ;This will be checked just after database load and continuously all the
  55. ;time Miranda is running
  56. ;If this contains a relative path, it's relative to the directory containing
  57. ;miranda32.exe
  58. ;Default: autoexec_*.ini
  59. Glob=autoexec_*.ini
  60.  
  61. ;Safe
  62. ;A space-separated list of database module names known to be safe to alter
  63. ;Default: CLC Icons CLUI CList SkinSounds
  64. Safe=CLC Icons CLUI CList SkinSounds
  65.  
  66. ;Unsafe
  67. ;A space-separated list of database module names that could be alter to
  68. ;malicious purposes (eg by faking a login server to steal passwords)
  69. ;Default: ICQ MSN
  70. Unsafe=ICQ MSN JABBER AIM IRC
  71.  
  72. ;OverrideSecurityFilename
  73. ;Sysadmins may find it desirable to install settings without prompting
  74. ;the user. In that case all prompts and security will be overridden if
  75. ;the name of the ini matches the name given here.
  76. ;If this is used, make sure it's suitably random and hence not likely
  77. ;to be downloaded.
  78. ;Default is empty (no override possible)
  79. OverrideSecurityFilename=
  80.  
  81. ;Warn
  82. ;"all": Warn the user before each setting change is made
  83. ;"notsafe": (default) Warn before each change to a setting in a group
  84. ;           that isn't listed in the 'Safe' setting
  85. ;"onlyunsafe": Warn before each change to a setting in a group that is
  86. ;           listed in the 'Unsafe' setting
  87. ;"none": Never warn the user
  88. Warn=onlyunsafe
  89.  
  90. ;OnCompletion
  91. ;What to do with the ini file once it's imported
  92. ;"delete": Delete the file from the disk
  93. ;"recycle": (default) Move the file to the recycle bin (same as delete
  94. ;           if you've disabled Windows' recycle bin)
  95. ;"rename": Add the string in RenamePrefix to the beginning of the filename
  96. ;"leave": Leave the file as-is. Note that this could cause it to be
  97. ;         imported multiple times until it's moved.
  98. ;"ask": Show a dialog to ask the user
  99. OnCompletion=recycle
  100.  
  101. ;RenamePrefix
  102. ;A string to add before the filename if the 'rename' option is used for
  103. ;OnCompletion. This can include a path specifier to move the file, eg ..\
  104. ;Default: done_
  105. RenamePrefix=done_
  106.  
  107. ; decisions about how Miranda loads plugins
  108. [PluginLoader]
  109. ; if enabled, will ask the user if they want to re-enable a disabled plugin
  110. AskAboutIgnoredPlugins=0