Mirandaboot.ini: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(fill [Language] and [Interface] sections)
(fill [PluginLoader])
Line 124: Line 124:


==== AskAboutIgnoredPlugins ====
==== AskAboutIgnoredPlugins ====
<translate>
When set to <tvar|AAIP_eneabled><code>1</code></>, will ask if re-enable a disabled plugin.
</translate>


<translate>Default value:</translate> <code>0</code>
  AskAboutIgnoredPlugins=0
  AskAboutIgnoredPlugins=0



Revision as of 23:37, 7 April 2018

Other languages:

File mirandaboot.ini contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.

Content of the file

See: mirandaboot.ini

Description of parameters

[Database]

Settings related to the location and loading of the database.

ProfileDir

Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing Miranda*.exe file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.

If you do not specify directory, then default will be used, which is Profiles subdirectory in Miranda root folder.

ProfileDir=


ShowProfileMgr

  • never
  • yes
  • smart
ShowProfileMgr=smart


DefaultProfile

DefaultProfile=


AutoCreate

  • yes
  • no
AutoCreate=no


RememberPassword

RememberPassword=0


[AutoExec]

AutoExec is a system for batch addition of multiple settings to the database.

Use

Przyjmuje wartości:

  • yes
  • no
  • prompt
Use=prompt


Glob

Glob=autoexec_*.ini


Safe

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

OverrideSecurityFilename=


OnCreateFilename

OnCreateFilename=


Warn

  • all
  • notsafe
  • onlyunsafe
  • none
Warn=notsafe


OnCompletion

  • delete
  • recycle
  • rename
  • leave
  • ask
OnCompletion=recycle


RenamePrefix

RenamePrefix=done_


[PluginLoader]

Settings that determine how plugins are loaded.

AskAboutIgnoredPlugins

When set to 1, will ask if re-enable a disabled plugin.

Default value: 0

AskAboutIgnoredPlugins=0


[Language]

Language related settings.

DefaultLanguage

Stores the name of the default language pack to be loaded at startup. If skipped, loads the first file that matches the langpack_*.txt mask.

Example: DefaultLanguage=langpack_german.txt

It could also take value of:

  • default — Built-in English language.

Default value: It is empty.

DefaultLanguage=


[Interface]

Interface related settings.

DpiAware

Experimental! Enables HiDPI ("Retina Display") support when set to 1.

Default value: 0

DpiAware=0