Advertisement
Guest User

Claws-mail for Windows yaP launcher INI (WiPo)

a guest
Jun 14th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP (http://rolandtoth.hu/yaP/)
  2. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  3. ; -----
  4. ; Work-in-Progress for Claws-mail (http://www.claws-mail.org/win32/)
  5. ; Hints from http://lists.claws-mail.org/pipermail/users/2012-November/004511.html
  6. ; and http://portableapps.com/node/27682 (most recent entry @ PA.com)
  7. ; Official FAQ: http://www.claws-mail.org/faq/
  8. ; Official Manual: http://www.claws-mail.org/documentation.php
  9. ; Man page: http://manpages.ubuntu.com/manpages/hardy/man1/claws-mail.1.html
  10. ; Man page: http://linux.die.net/man/1/claws-mail
  11. ; Dictionary DL/Howto: http://www.claws-mail.org/win32/dictionaries.php
  12. ; Themes: http://www.claws-mail.org/themes.php
  13.  
  14. [GENERAL]
  15. ; general launcher settings
  16.  
  17. application=App\claws-mail.exe
  18. applicationX64=
  19. ; main app to run (absolute/relative path). REQUIRED.
  20. ; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
  21.  
  22. commandline=--alternate-config-dir "{YAPROOT}\Data"
  23. ; command line parameters to pass to the main app. Example: "/nosplash"
  24.  
  25. silentbatch=
  26. ; show or hide the console window when running .bat files. Values: 0|1|-1
  27.  
  28. workdir={YAPROOT}\Data\
  29. ; working directory of the main app. Default: empty
  30.  
  31. configdir=
  32. ; directory where yaP looks for batch/reg files (relative path). Default: empty
  33.  
  34. requireadminrights=
  35. ; warn user if adminrights is required to run the main app. Values: 1|2|-1
  36.  
  37. requiredotnetversion=
  38. ; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
  39.  
  40. requirejavaversion=
  41. ; minimum Java version needed to run the main app. Examples: 1.6|1.7!
  42.  
  43. multipleinstance=
  44. ; enable/disable multiple instances of the main app. Values: 1|2|-1
  45.  
  46. [DIRECTORIES]
  47. ; main app's settings directory to backup/restore (absolute path)
  48. ; Settings=%Appdata%\MyApp\Dir
  49.  
  50. [FILES]
  51. ; main app's setting files to backup/restore (absolute path)
  52. ; Settings=%Appdata%\MyApp\MyFile.txt
  53.  
  54. [REGISTRY KEYS]
  55. ; main app's regkeys to create/backup/restore/delete/export
  56. ; settings.reg=HKCU\Software\MyApp
  57.  
  58. [REGISTRY VALUES]
  59. ; reg values to add/delete from registry
  60. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  61.  
  62. [BEFORE]
  63. ; items to run before launching the main app
  64.  
  65. batch=
  66. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  67.  
  68. registry=
  69. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  70.  
  71. wait=
  72. ; milliseconds to wait before executing BEFORE items
  73.  
  74. systemrefresh=
  75. ; 1: refresh the system BEFORE the main app
  76.  
  77. message=
  78. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  79.  
  80. [AFTER]
  81. ; items to run after the main app is closed
  82.  
  83. batch=
  84. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  85.  
  86. registry=
  87. ; .reg file in configdir to merge into the registry. Example: reglcean.reg
  88.  
  89. wait=
  90. ; milliseconds to wait before executing AFTER items
  91.  
  92. systemrefresh=
  93. ; 1: refresh the system AFTER the main app
  94.  
  95. message=
  96. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  97.  
  98. [ENVIRONMENT VARIABLES]
  99. ; specify custom environment variables here for the main app.
  100. ; MYDATADIR={YAPROOT}\Settings
  101. ; See http://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_environment_variables_have_effect_on_Claws_Mail.3F
  102. APPDATA={YAPROOT}\Data
  103. HOME={YAPROOT}\Data\_USER
  104. LANG=EN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement