Warning, /pim/kdepim-runtime/resources/openxchange/openxchangeresource.kcfg is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0003 xmlns:kcfg="http://www.kde.org/standards/kcfg/1.0" 0004 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0005 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0006 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0007 <kcfgfile arg="true" /> 0008 <group name="General"> 0009 <entry name="BaseUrl" type="String"> 0010 <label>Server URL</label> 0011 <tooltip>The URL of the Open-Xchange server, should be something like https://myserver.org/</tooltip> 0012 <whatsthis>The URL of the Open-Xchange server, should be something like https://myserver.org/</whatsthis> 0013 </entry> 0014 <entry name="Username" type="String"> 0015 <label context="the username to login on server">Username</label> 0016 <tooltip>The username that is used to log into the Open-Xchange server</tooltip> 0017 <whatsthis>The username that is used to log into the Open-Xchange server</whatsthis> 0018 </entry> 0019 <entry name="Password" type="Password"> 0020 <label>Password</label> 0021 <tooltip>The password that is used to log into the Open-Xchange server</tooltip> 0022 <whatsthis>The password that is used to log into the Open-Xchange server</whatsthis> 0023 </entry> 0024 <entry name="UseIncrementalUpdates" type="Bool"> 0025 <default>true</default> 0026 <label>Use incremental updates</label> 0027 <tooltip>Use incremental updates instead of reloading all data from the server each time</tooltip> 0028 <whatsthis>Use incremental updates instead of reloading all data from the server each time</whatsthis> 0029 </entry> 0030 <entry name="FoldersLastSync" type="ULongLong"> 0031 <default>0</default> 0032 </entry> 0033 <entry name="ObjectsLastSync" type="String"/> 0034 </group> 0035 </kcfg>