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
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:57 +0800
commit2abbff465156c62c0825190a4408fe92b4d55bc1 (patch)
treea1339becfab5cc8cf69a2d4dc8b23d463b211c67 /plugins/templates/org-gnome-templates.eplug.xml
parentae460219414e3be50064fb7442869fdaf3efa7a4 (diff)
downloadgsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar.gz
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar.bz2
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar.lz
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar.xz
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.tar.zst
gsoc2013-evolution-2abbff465156c62c0825190a4408fe92b4d55bc1.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"