1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.sender-validation" path="/org/gnome/evolution/plugin/sender-validation/">
<key name="assignments" type="as">
<_default>[]</_default>
<_summary>List of assignments for recipient and the address to be used with it</_summary>
<_description>The list is of format 'recipient<tab>sender', where the recipient can be part of the address only and the sender is a full email address, which should match the From address precisely.</_description>
</key>
<key name="account-for-recipients" type="as">
<_default>[]</_default>
<_summary>List of assignments for an account, which recipients it accepts</_summary>
<_description>The list is of format 'recipient<tab>sender', where the recipient can be part of the address only and the sender is a full email address, which should match the From address precisely.</_description>
</key>
</schema>
</schemalist>
|