diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-19 13:03:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-19 13:03:14 +0000 |
commit | 20a73a1dc683de1638e86b11b5904cab880361e1 (patch) | |
tree | f5bfa09ac83391248c9cb838b9c441a4bd431e4c /docs/mirandaboot.ini | |
parent | c46b0d883c898b699196afab90b449df84523440 (diff) |
- links updated, defaultes restored, autoexec for setting nightly repository added
git-svn-id: http://svn.miranda-ng.org/main/trunk@5745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'docs/mirandaboot.ini')
-rw-r--r-- | docs/mirandaboot.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index cdeb392abe..fb08f3c0a8 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -41,7 +41,7 @@ DefaultProfile= AutoCreate=no
;AutoExec is a system for batch addition of multiple settings to the database.
-;See http://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation.
+;See http://trac.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation.
[AutoExec]
;Use
@@ -62,8 +62,8 @@ Glob=autoexec_*.ini ;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
+;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
+Safe=CLC Icons CLUI CList SkinSounds PluginUpdater
;Unsafe
;A space-separated list of database module names that could be alter to
@@ -92,7 +92,7 @@ OnCreateFilename= ;"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
+Warn=notsafe
;OnCompletion
;What to do with the ini file once it's imported
|