Change how the alternative HTML is present to the user, to avoid hiding meeting details when the sender-provided description does not contain it. Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1373
20 lines
908 B
XML
20 lines
908 B
XML
<schemalist>
|
|
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.itip" path="/org/gnome/evolution/plugin/itip/">
|
|
<key name="delete-processed" type="b">
|
|
<default>false</default>
|
|
<_summary>Delete processed</_summary>
|
|
<_description>Whether to delete processed iTip objects</_description>
|
|
</key>
|
|
<key name="preserve-reminder" type="b">
|
|
<default>true</default>
|
|
<_summary>Preserve existing reminder by default</_summary>
|
|
<_description>Whether to preset option to preserve existing reminder by default</_description>
|
|
</key>
|
|
<key name="show-message-description" type="b">
|
|
<default>false</default>
|
|
<_summary>Show invitation description provided by the sender</_summary>
|
|
<_description>Set to true to show invitation description as provided by the sender, if such is available</_description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|