summaryrefslogtreecommitdiff
path: root/data/org.gnome.evolution-data-server.gschema.xml.in
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2016-05-26 18:18:21 +0200
committerMilan Crha <mcrha@redhat.com>2016-05-26 18:18:21 +0200
commit292c7ef22c60cab709974c0da421666deb6239fb (patch)
tree6bf34e3e0dfdfda457995626a276820f28f52aec /data/org.gnome.evolution-data-server.gschema.xml.in
parent60d550f89684bf5dc8935be2d9b33e8551ebf78f (diff)
downloadevolution-data-server-292c7ef22c60cab709974c0da421666deb6239fb.tar.gz
[CamelGpgContext] Provide signer photos when available
This allows show of signers photo, when the public key has any and the gpg/2 provides it. This behavior is enabled by default, but it can be disabled by: $ gsettings set org.gnome.evolution-data-server camel-cipher-load-photos false The size of public struct _CamelCipherCertInfo changed, thus a soname version bump should be done, but as it had been changed recently and no release of the evolution-data-server had been made meanwhile, then it was not changed.
Diffstat (limited to 'data/org.gnome.evolution-data-server.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution-data-server.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.evolution-data-server.gschema.xml.in b/data/org.gnome.evolution-data-server.gschema.xml.in
index ff670a12c..54e55a69d 100644
--- a/data/org.gnome.evolution-data-server.gschema.xml.in
+++ b/data/org.gnome.evolution-data-server.gschema.xml.in
@@ -9,5 +9,10 @@
<_summary>An absolute path where the gpg (or gpg2) binary is</_summary>
<_description>An example is '/usr/bin/gpg'; if it is not filled, or doesn't exist, then it is searched for it. Change requires restart of the application.</_description>
</key>
+ <key name="camel-cipher-load-photos" type="b">
+ <default>true</default>
+ <_summary>Whether to load photos of signers/encrypters</_summary>
+ <_description>When set to 'true', tries to load also photo of the signers/encrypters, if available in the key/certificate.</_description>
+ </key>
</schema>
</schemalist>