AFAICT, this key does nothing useful and only confuses me every time I read the EShell migration code. The "version" key records the most recently used Evolution version. That's all we need for migration. And since downgrading Evolution is not supported, we can assume this value will only increase over time.
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<schemalist>
|
|
<schema gettext-domain="evolution" id="org.gnome.evolution" path="/org/gnome/evolution/">
|
|
<key name="version" type="s">
|
|
<default>''</default>
|
|
<_summary>Previous Evolution version</_summary>
|
|
<_description>The most recently used version of Evolution, expressed as "major.minor.micro". This is used for data and settings migration from older to newer versions.</_description>
|
|
</key>
|
|
<key name="disabled-eplugins" type="as">
|
|
<default>[]</default>
|
|
<_summary>List of disabled plugins</_summary>
|
|
<_description>The list of disabled plugins in Evolution</_description>
|
|
</key>
|
|
</schema>
|
|
|
|
<!-- Relocatable schema for persistent window size and position. -->
|
|
<schema gettext-domain="evolution" id="org.gnome.evolution.window">
|
|
<key name="x" type="i">
|
|
<default>0</default>
|
|
<_summary>The window's X coordinate</_summary>
|
|
</key>
|
|
<key name="y" type="i">
|
|
<default>0</default>
|
|
<_summary>The window's Y coordinate</_summary>
|
|
</key>
|
|
<key name="width" type="i">
|
|
<default>0</default>
|
|
<_summary>The window's width in pixels</_summary>
|
|
</key>
|
|
<key name="height" type="i">
|
|
<default>0</default>
|
|
<_summary>The window's height in pixels</_summary>
|
|
</key>
|
|
<key name="maximized" type="b">
|
|
<default>false</default>
|
|
<_summary>Whether the window is maximized</_summary>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|