mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
15 lines
641 B
XML
15 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<kcfgfile name="kleopatrarc" />
|
|
|
|
<group name="FileOperations">
|
|
<entry name="UsePGPFileExt" key="file-extension-pgp" type="Bool">
|
|
<label>Use pgp as the default extension for generated OpenPGP files</label>
|
|
<whatsthis>Set this to make kleopatra default to pgp file extensions for OpenPGP files.</whatsthis>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|