永遠に執筆中です。
間違っている箇所は加筆・訂正をお願いします。
英語ワカラナイヨー\(^o^)/


[Database]

;This file contains the information required to get Miranda up and running,
;i.e. everything before a database is loaded

;Settings relating to the location and loading of the database

ProfileDir

プロファイルを保存するフォルダを指定することができます。
デフォルトの状態だと C:\Documents and Settings\ユーザー名\Application Data\Miranda に保存(WindowsXP SP2の場合)され、このままだと“USBメモリに入れて持ち歩く”なんてことは出来ないので、持ち歩きたい場合はこの部分を編集することになります。
値は、MirandaIMの本体(miranda32.exe)があるフォルダからの相対パスで指定します。

ex.)
  • MirandaIMをインストールしたフォルダにプロファイルを置きたい場合
    • ProfileDir=.
  • MirandaIMをインストールしたフォルダに“Profile”というフォルダを作成し、そのフォルダにプロファイルを置きたい場合
    • ProfileDir=.\Profile

  • デフォルト値
    • ProfileDir=%APPDATA%\Miranda

;ProfileDir
;The directory to search for database files. If it's a relative path then
;it's relative to the directory containing miranda32.exe. Default is .
;You can use environment variables, so NT people may like %APPDATA%
ProfileDir=%APPDATA%\Miranda


ShowProfileMgr

起動時のプロファイルマネージャについて設定します。

  • never
    • プロファイルマネージャは表示されなく、使用するプロファイルも選択することができません。
    • プロファイルフォルダに1つもプロファイルが存在しない場合は、プロファイルマネージャが起動し新規にプロファイルを作成するよう求められます。
  • yes
    • 起動のたびにプロファイルマネージャが表示されます
    • ユーザーを切り替えて使う、なんて場合には適している設定でしょう
  • smart
    • プロファイルフォルダに1つのプロファイルが存在していれば起動できる設定です。(これでいいのか?英語苦手です><; 誰か英語教えてください!)

  • デフォルト値
    • ShowProfileMgr=smart

;ShowProfileMgr
;Selects the test to use to decide whether to show the profile manager on
;startup
;"never": Only show it if the profile to use can't be guessed by any means
;"yes": Always show it
;"smart": (default) Show it if the command line doesn't contain a db name
; that exists or there is more or less than 1 db in the ProfileDir.
ShowProfileMgr=smart

DefaultProfile

事前にデフォルトとして使うプロファイルを指定する設定です。
Mirandaが立ち上がるときに、コマンドラインパラメータとしてこの設定を使用します。

ex.)
  • デフォルトプロファイルに“HogeHoge”を使う場合
    • DefaultProfile=HogeHoge

  • デフォルト値
    • DefaultProfile=

;DefaultProfile
;Name of the profile to use if there's a choice. If Miranda is run with a
;command line parameter then that is used instead of this setting.
;Default is empty
;If ShowProfileMgr=never then this profile is run without question
;Otherwise the profile manager is run as usual but initially this profile
;is selected
;
;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. >%USERNAME%
;
DefaultProfile=

AutoCreate

デフォルトで使用しているプロファイルが、プロファイルフォルダに無かった場合についての設定です。

  • yes
    • プロファイルが無かった場合は、自動的にプロファイルが作成されます。
  • no
    • プロファイルが無かった場合は、プロファイルマネージャを表示します。

  • デフォルト値
    • AutoCreate=no

;AutoCreate
;"yes": If DefaultProfile or the command line parameter gives a profile
;name that doesn't exist then that profile is created.
;"no": (default) The profile manager is shown in this case
AutoCreate=no

[AutoExec]

;AutoExec is a system for batch addition of multiple settings to the
;database. See http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/miranda-icq/Miranda-IM/docs/autoexec_sample.ini?rev=HEAD&content-type=text/plain
;for documentation

AutoExec

;Use
;"yes": Install .ini files automatically
;"no": Disable the autoexec system entirely
;"prompt": (default) Prompt the user before each installation
;This setting doesn't affect the decision of whether to display further prompts
Use=prompt

Glob

;A global expression containing the files to watch for database settings
;This will be checked just after database load and continuously all the
;time Miranda is running
;If this contains a relative path, it's relative to the directory containing
;miranda32.exe
;Default: autoexec_*.ini
Glob=autoexec_*.ini

Safe

;Safe
;A space-separated list of database module names known to be safe to alter
;Default: CLC Icons CLUI CList SkinSounds
Safe=CLC Icons CLUI CList SkinSounds

Unsafe

;Unsafe
;A space-separated list of database module names that could be alter to
;malicious purposes (eg by faking a login server to steal passwords)
;Default: ICQ MSN
Unsafe=ICQ MSN JABBER AIM IRC

OverrideSecurityFilename

;OverrideSecurityFilename
;Sysadmins may find it desirable to install settings without prompting
;the user. In that case all prompts and security will be overridden if
;the name of the ini matches the name given here.
;If this is used, make sure it's suitably random and hence not likely
;to be downloaded.
;Default is empty (no override possible)
OverrideSecurityFilename=

Warn

;Warn
;"all": Warn the user before each setting change is made
;"notsafe": (default) Warn before each change to a setting in a group
; that isn't listed in the 'Safe' setting
;"onlyunsafe": Warn before each change to a setting in a group that is
; listed in the 'Unsafe' setting
;"none": Never warn the user
Warn=onlyunsafe

OnCompletion

;OnCompletion
;What to do with the ini file once it's imported
;"delete": Delete the file from the disk
;"recycle": (default) Move the file to the recycle bin (same as delete
; if you've disabled Windows' recycle bin)
;"rename": Add the string in RenamePrefix to the beginning of the filename
;"leave": Leave the file as-is. Note that this could cause it to be
; imported multiple times until it's moved.
;"ask": Show a dialog to ask the user
OnCompletion=recycle

RenamePrefix

;RenamePrefix
;A string to add before the filename if the 'rename' option is used for
;OnCompletion. This can include a path specifier to move the file, eg ..\
;Default: done_
RenamePrefix=done_

[PluginLoader]

; decisions about how Miranda loads plugins

if enabled, will ask the user if they want to re-enable a disabled plugin

; if enabled, will ask the user if they want to re-enable a disabled plugin
AskAboutIgnoredPlugins=0









以下、自動挿入の広告です。


|新しいページ|検索|ページ一覧|RSS|@ウィキご利用ガイド | 管理者にお問合せ
|ログイン|