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>
This commit is contained in:
parent
e27e6720ac
commit
9d06ffadbe
2 changed files with 866 additions and 736 deletions
File diff suppressed because it is too large
Load diff
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue