aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates/org-gnome-templates.eplug.xml
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-04-27 23:10:14 +0800
committerMilan Crha <mcrha@redhat.com>2011-04-27 23:10:14 +0800
commit5fcaadbc9a16f711c0fe81933ec9615f289c8fa8 (patch)
treee408c4ac2fc02e184b2a7fadb92c248de3f9f7cb /plugins/templates/org-gnome-templates.eplug.xml
parent81270ea009bdca0a9527737efa7ecb27a6260bff (diff)
downloadgsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar.gz
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar.bz2
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar.lz
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar.xz
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.tar.zst
gsoc2013-evolution-5fcaadbc9a16f711c0fe81933ec9615f289c8fa8.zip
Bug #641845 - Add default expansion variables to templates plugin
Users can read values from original message in the template by $ORIG[header] and with a special value $ORIG[body].
Diffstat (limited to 'plugins/templates/org-gnome-templates.eplug.xml')
-rw-r--r--plugins/templates/org-gnome-templates.eplug.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/templates/org-gnome-templates.eplug.xml b/plugins/templates/org-gnome-templates.eplug.xml
index 7c19a6ea23..5bfa8a1e2b 100644
--- a/plugins/templates/org-gnome-templates.eplug.xml
+++ b/plugins/templates/org-gnome-templates.eplug.xml
@@ -5,9 +5,12 @@
id="org.gnome.evolution.plugin.templates"
location="@PLUGINDIR@/liborg-gnome-templates@SOEXT@"
_name="Templates">
- <_description>Drafts based template plugin</_description>
+ <_description>Drafts based template plugin.
+
+ You can use variables like $ORIG[subject], $ORIG[from], $ORIG[to] or $ORIG[body], which will be replaced by values from an email you are replying to.</_description>
<author name="Bharath Acharya" email="abharath@novell.com"/>
<author name="Diego Escalante Urrelo" email="diegoe@gnome.org"/>
+ <author name="Dan Vratil" email="dvratil@redhat.com"/>
<hook class="org.gnome.evolution.ui:1.0">
<ui-manager id="org.gnome.evolution.shell"