Warning, /pim/kleopatra/src/kcfg/tooltippreferences.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  <kcfgfile name="kleopatrarc" />
0007  <group name="Tooltip" >
0008    <entry name="ShowValidity" key="show-validity" type="Bool" >
0009      <label>Show certificate validity</label>
0010      <whatsthis>Show validity information for certificates in tooltip, such as whether the certificate is expired or revoked.</whatsthis>
0011      <default>true</default>
0012    </entry>   
0013    <entry name="ShowOwnerInformation" key="show-owner-information" type="Bool" >
0014      <label>Show certificate owner information</label>
0015      <whatsthis>Show owner information for certificates in tooltip, such as User IDs, subject and issuers.</whatsthis>
0016      <default>false</default>
0017    </entry>   
0018    <entry name="ShowCertificateDetails" key="show-certificate-details" type="Bool" >
0019      <label>Show certificate details</label>
0020      <whatsthis>Show more certificate details, such as fingerprint, key length and expiration dates</whatsthis>
0021      <default>false</default>
0022    </entry>   
0023  </group>
0024 </kcfg>