File: org.gnome.evolution.plugin.sender-validator.gschema.xml.in

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (14 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (2)
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&lt;tab&gt;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&lt;tab&gt;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>