summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-11-23 13:37:26 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-11-23 16:18:34 +0100
commit9d06ffadbec8c3b2281f3e04b6c612b86965c146 (patch)
treec0014b584afb5113413ab760a6af93261b9e63b8 /officecfg
parente27e6720ac1f7bb1e44872a7fd3cca5f3340b16a (diff)
gpg4libre: UI and config for adding GPG keys to user's identity
Change-Id: I1a176ca998f49b68c6ca8129fba4eb56445892a2 Reviewed-on: https://gerrit.libreoffice.org/45145 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs21
1 files changed, 21 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
index 4398968b8774..014a6ac18c4f 100644
--- a/officecfg/registry/schema/org/openoffice/UserProfile.xcs
+++ b/officecfg/registry/schema/org/openoffice/UserProfile.xcs
@@ -199,6 +199,27 @@
</info>
<value/>
</prop>
+ <prop oor:name="signingkey" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies user's preferred OpenPGP key used for document signing</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="encryptionkey" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Specifies user's preferred OpenPGP key used for document encryption</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="encrypttoself" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - General - User Data -->
+ <info>
+ <desc>Whether to encrypt documents for recipient(s) and also for the user with their preferred encryption key</desc>
+ </info>
+ <value>true</value>
+ </prop>
</group>
</component>
</oor:component-schema>