diff options
-rw-r--r-- | docs/autoexec_nightly_pu.ini | 2 | ||||
-rw-r--r-- | docs/autoexec_sample.ini | 2 | ||||
-rw-r--r-- | docs/mirandaboot.ini | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/autoexec_nightly_pu.ini b/docs/autoexec_nightly_pu.ini new file mode 100644 index 0000000000..73165b66fa --- /dev/null +++ b/docs/autoexec_nightly_pu.ini @@ -0,0 +1,2 @@ +[PluginUpdater]
+UpdateURL=shttp://miranda-ng.org/distr/x%platform%
\ No newline at end of file diff --git a/docs/autoexec_sample.ini b/docs/autoexec_sample.ini index 5d7ad80fc7..54949b73ff 100644 --- a/docs/autoexec_sample.ini +++ b/docs/autoexec_sample.ini @@ -1,5 +1,5 @@ ;This is a sample file showing how the autoexec system works -;It came from http://bugs.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini +;It came from http://trac.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini ;The goal is to provide a flexible ability for bulk-setting of many database ;settings. This file does *not* become part of the database - it is only read 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
|