diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 1 | ||||
-rw-r--r-- | 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 4faa4e3a4b..96f62821a3 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 df9d6c4d5c..ec74a2b3d2 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> |