aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
diff options
context:
space:
mode:
authorAkhil Laddha <lakhil@src.gnome.org>2008-05-19 12:19:22 +0800
committerAkhil Laddha <lakhil@src.gnome.org>2008-05-19 12:19:22 +0800
commit7ea3da7607895f327690fdd03ec4608677ec62b4 (patch)
tree2a19dd6cc18f3293cee0093c12cbaeadda3e91f5 /plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
parentbb8a109032df2f41f7dc677501f95ca4d7b9a0af (diff)
downloadgsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.gz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.bz2
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.lz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.xz
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.tar.zst
gsoc2013-evolution-7ea3da7607895f327690fdd03ec4608677ec62b4.zip
Committing on behalf of Ashish Shrivastava <shashish@novell.com>
Commit for Custom header support svn path=/trunk/; revision=35510
Diffstat (limited to 'plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in')
-rw-r--r--plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in b/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
new file mode 100644
index 0000000000..79c8a9d8ec
--- /dev/null
+++ b/plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in
@@ -0,0 +1,17 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/evolution/eplugin/email_custom_header/customHeader</key>
+ <applyto>/apps/evolution/eplugin/email_custom_header/customHeader</applyto>
+ <owner>evolution-eplugin</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]</default>
+ <locale name="C">
+ <short>List of Custom Header</short>
+ <long>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 ";"</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>
+