From 472065108ccfbf5552f34793354554ff72976b53 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 17 Aug 2012 14:50:00 +0200 Subject: User Docs: Split long Message Templates page into subpages --- .../mail-composer-message-templates-variables.page | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 help/C/mail-composer-message-templates-variables.page (limited to 'help/C/mail-composer-message-templates-variables.page') diff --git a/help/C/mail-composer-message-templates-variables.page b/help/C/mail-composer-message-templates-variables.page new file mode 100644 index 0000000000..60c748cec4 --- /dev/null +++ b/help/C/mail-composer-message-templates-variables.page @@ -0,0 +1,62 @@ + + + + Configure variables in templates and reuse items from the message you reply to + + + + + + Andre Klapper + ak-47@gmx.net + + + Novell, Inc + + +

Creative Commons Share Alike 3.0

+
+ +
+ +Using Variables in Templates + +
+Configuring Variables for Message Templates + +

Select EditPlugins.

+

Click Templates.

+

Click the Configuration tab.

+

You can add, edit or remove the key-value pairs. You can specify any number of key-value pairs.

+
+

In any template, the occurrence of every $key is replaced by the value it has in the configuration. For example, if you set the key to Manager and the value to Harry, any occurrence of $Manager is replaced by Harry in the message.

+

Assume that you have 1000 message templates with your current manager's name in them. When the current manager is replaced by a new one, it is not easy for you to manually replace the manager's name in all the 1000 messages. If the messages have a $Manager key value, you can reset the value in the Configuration tab of this plugin.

+

By default, the entire environment variables are used as a key-value pair. An occurrence of $env_variable is replaced by the value it carries. For example, an occurrence of $PATH in your template is replaced by its value when the template is used.

+

The replacement process uses the following order of precedence:

+ + +

$key is replaced by the value set for it in the Configuration tab of the Templates plugin.

+
+ +

If the key is not found, it is then replaced with the value of its environment variable.

+
+ +

If key is neither a configuration option nor an environment variable, no changes are made.

+
+
+
+ + +
+Using Elements From a Message in a Template When Replying +

Templates can contain more than just the predefined set of key-value pairs. You can also get any message header values from the email that you are applying the template on, plus the complete message body.

+ + +

In order to do this, use the format $ORIG[header_name] and replace the variable header_name by the actual header. For example, if you would like to insert the subject line of the message that you reply to, use $ORIG[subject]. To insert the complete body, use $ORIG[body].

+ + +

If no replacement for a variable is found, the variable is not removed (except for $ORIG[body]) but left in place so that you see that something went wrong. This could happen when trying to use headers that are not necessarily always available in the original message (for example $ORIG[reply-to]).

+
+ +
-- cgit v1.2.3