File: org.gnome.evolution.plugin.email-custom-header.gschema.xml.in

package info (click to toggle)
evolution 3.46.4-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 139,692 kB
  • sloc: ansic: 505,728; javascript: 8,030; xml: 5,208; python: 702; makefile: 559; sh: 294; perl: 169
file content (9 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution.plugin.email-custom-header" path="/org/gnome/evolution/plugin/email-custom-header/">
    <key name="custom-header" type="as">
      <default>['Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret']</default>
      <_summary>List of Custom Headers</_summary>
      <_description>The key specifies the list of custom headers that you can add  to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by “=” and the values separated by “;”</_description>
    </key>
  </schema>
</schemalist>