Warning, /pim/kleopatra/src/kcfg/fileoperationspreferences.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 
0008  <group name="FileOperations">
0009  <entry name="UsePGPFileExt" key="file-extension-pgp" type="Bool">
0010    <label>Use pgp as the default extension for generated OpenPGP files</label>
0011    <whatsthis>Set this to make kleopatra default to pgp file extensions for OpenPGP files.</whatsthis>
0012    <default>false</default>
0013  </entry>
0014  <entry name="AutoDecryptVerify" key="auto-decrypt-verify" type="Bool">
0015    <label>Automatically start operation based on input detection for decrypt/verify.</label>
0016    <whatsthis>With this option set Kleopatra no longer asks you what you want to do with input files but instead automatically starts the operations it detects as applicable to the input.</whatsthis>
0017    <default>true</default>
0018  </entry>
0019  <entry name="AutoExtractArchives" key="auto-extract-archives" type="Bool">
0020    <label>Automatically extract archives after decryption.</label>
0021    <whatsthis>If this option is set, then Kleopatra automatically extracts file archives after decryption.</whatsthis>
0022    <default>true</default>
0023  </entry>
0024  <entry name="ArchiveCommand" key="default-archive-cmd" type="String">
0025    <label>Use this command to create file archives.</label>
0026    <whatsthis>When encrypting multiple files or a folder Kleopatra creates an encrypted archive with this command.</whatsthis>
0027    <default>tar</default>
0028  </entry>
0029  <entry name="AddASCIIArmor" key="ascii-armor" type="Bool">
0030    <label>Create signed or encrypted files as text files.</label>
0031    <whatsthis>Set this option to encode encrypted or signed files as base64 encoded text. So that they can be opened with an editor or sent in a mail body. This will increase file size by one third.</whatsthis>
0032    <default>false</default>
0033  </entry>
0034  <entry name="DontUseTmpDir" key="dont-use-tmp-dir" type="Bool">
0035    <label>Create temporary decrypted files in the folder of the encrypted file.</label>
0036    <whatsthis>Set this option to avoid using the users temporary directory.</whatsthis>
0037    <default>false</default>
0038  </entry>
0039  <entry name="SymmetricEncryptionOnly" key="symmetric-encryption-only" type="Bool">
0040    <label>Use symmetric encryption only.</label>
0041    <whatsthis>Set this option to disable public key encryption.</whatsthis>
0042    <default>false</default>
0043  </entry>
0044  </group>
0045 </kcfg>