[evolution/wip/gsettings] Migrate custom headers schemas to GSettings



commit 46424f03b44f6dfd417b483f4830282e3ad7fc7a
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Nov 3 18:24:02 2010 +0100

    Migrate custom headers schemas to GSettings

 data/evolution.convert                       |    2 ++
 data/org.gnome.evolution.mail.gschema.xml.in |   10 ++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/evolution.convert b/data/evolution.convert
index 96f6282..930ac2d 100644
--- a/data/evolution.convert
+++ b/data/evolution.convert
@@ -34,3 +34,5 @@ show-preview = /apps/evolution/addressbook/display/show_preview
 [org.gnome.evolution.mail]
 check-if-default-mailer = /apps/evolution/mail/prompts/checkdefault
 template-placeholders = /apps/evolution/mail/template_placeholders
+attachment-reminder-clues = /apps/evolution/mail/attachment_reminder_clues
+custom-headers = /apps/evolution/eplugin/email_custom_header/customHeader
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index ec74a2b..0ac359e 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -10,5 +10,15 @@
       <_summary>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_summary>
       <_description>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_description>
     </key>
+    <key name="attachment-reminder-clues" type="as">
+      <default>['attachment','attaching','attached','enclosed']</default>
+      <_summary>List of clues for the attachment reminder plugin to look for in a message body</_summary>
+      <_description>List of clues for the attachment reminder plugin to look for in a message body.</_description>
+    </key>
+    <key name="custom-headers" 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]