Warning, /network/tokodon/src/accountconfig.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:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <!--
0007 SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
0008 SPDX-License-Identifier: CC0-1.0
0009 -->
0010   <kcfgfile/>
0011     <kcfgfile name="tokodonstaterc" stateConfig="true">
0012       <parameter name="groupname"/>
0013     </kcfgfile>
0014     <group name="$(groupname)">
0015       <entry key="Token" type="string">
0016       </entry>
0017       <entry key="ClientId" type="string">
0018       </entry>
0019       <entry key="InstanceUri" type="string">
0020       </entry>
0021       <entry key="Name" type="string">
0022       </entry>
0023       <entry key="ignoreSslErrors" type="bool">
0024       </entry>
0025       <entry key="lastUsedEmojis" type="StringList">
0026       </entry>
0027       <entry key="EnableNotifications" type="bool">
0028         <default>true</default>
0029       </entry>
0030       <entry key="NotifyMention" type="bool">
0031         <default>true</default>
0032       </entry>
0033       <entry key="NotifyStatus" type="bool">
0034         <default>true</default>
0035       </entry>
0036       <entry key="NotifyBoost" type="bool">
0037         <default>true</default>
0038       </entry>
0039       <entry key="NotifyFollow" type="bool">
0040         <default>true</default>
0041       </entry>
0042       <entry key="NotifyFollowRequest" type="bool">
0043         <default>true</default>
0044       </entry>
0045       <entry key="NotifyFavorite" type="bool">
0046         <default>true</default>
0047       </entry>
0048       <entry key="NotifyPoll" type="bool">
0049         <default>true</default>
0050       </entry>
0051       <entry key="NotifyUpdate" type="bool">
0052         <default>true</default>
0053       </entry>
0054       <entry key="NotifySignup" type="bool">
0055         <default>true</default>
0056       </entry>
0057       <entry key="NotifyReport" type="bool">
0058         <default>true</default>
0059       </entry>
0060       <entry name="NotifyPolicy" type="Enum">
0061         <choices>
0062           <choice name="All">
0063           </choice>
0064           <choice name="Followed">
0065           </choice>
0066           <choice name="Followers">
0067           </choice>
0068           <choice name="None">
0069           </choice>
0070         </choices>
0071         <default>All</default>
0072       </entry>
0073       <entry key="LastPushNotification" type="String">
0074       </entry>
0075       <entry key="EnablePushNotifications" type="bool">
0076         <default>false</default>
0077       </entry>
0078     </group>
0079 </kcfg>