[evolution/wip/gsettings] Migrate template placeholders schemas to GSettings
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Migrate template placeholders schemas to GSettings
- Date: Wed, 3 Nov 2010 17:36:10 +0000 (UTC)
commit c7117af0742412b97366b4c4861566ab3d0cbfaf
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Wed Nov 3 18:20:17 2010 +0100
Migrate template placeholders schemas to GSettings
data/evolution.convert | 1 +
data/org.gnome.evolution.mail.gschema.xml.in | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/evolution.convert b/data/evolution.convert
index 4faa4e3..96f6282 100644
--- a/data/evolution.convert
+++ b/data/evolution.convert
@@ -33,3 +33,4 @@ 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
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index df9d6c4..ec74a2b 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -5,5 +5,10 @@
<_summary>Check whether Evolution is the default mailer</_summary>
<_description>Every time Evolution starts, check whether or not it is the default mailer.</_description>
</key>
+ <key name="template-placeholders" type="as">
+ <default>['myphone=012345','myplace=Abcd','myname=Alice']</default>
+ <_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>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]