1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<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>
<key name="attach-components" type="b">
<default>false</default>
<_summary>Whether to attach components in mail messages</_summary>
<_description>Attach components in mail messages like meeting invitations or responses, instead of saving them as a body alternative</_description>
</key>
</schema>
</schemalist>
|