From ada496b530d97265a79d5909a6c66446390c8306 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 17 Aug 2012 14:34:34 +0200 Subject: User Docs: Clarify/Simplify some strings --- help/C/mail-composer-message-templates.page | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'help') diff --git a/help/C/mail-composer-message-templates.page b/help/C/mail-composer-message-templates.page index 90a120279c..d75a9569b4 100644 --- a/help/C/mail-composer-message-templates.page +++ b/help/C/mail-composer-message-templates.page @@ -6,7 +6,7 @@ type="topic" id="mail-composer-message-templates"> - + Andre Klapper ak-47@gmx.net @@ -26,8 +26,8 @@ type="topic" id="mail-composer-message-templates"> -
-Creating a Message Template from an existing Message +
+Saving an Existing Message as a Template

Select the message.

Right-click the message and choose Move to folder or Copy to folder.

@@ -41,7 +41,7 @@ type="topic" id="mail-composer-message-templates">
-
+
Saving a New Message as a Template @@ -54,7 +54,7 @@ type="topic" id="mail-composer-message-templates">
- Using a Message Template as a Reply + Using a Template as a Reply

Right-click the message you are replying to, then click Templates.

@@ -71,7 +71,7 @@ type="topic" id="mail-composer-message-templates">
-Configuring Message Templates +Configuring Variables for Message Templates

Select EditPlugins.

Click Templates.

@@ -95,15 +95,16 @@ type="topic" id="mail-composer-message-templates">
-
-Reusing message elements when replying +
+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]).

+ +

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