From e3b070dea4caae74436763768bb98c886827b4e9 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 9 Jun 2012 10:45:30 +0800 Subject: User Docs: Update Message Templates help --- help/C/mail-composer-message-templates.page | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'help') diff --git a/help/C/mail-composer-message-templates.page b/help/C/mail-composer-message-templates.page index 01afc1b19a..90a120279c 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 @@ -24,8 +24,7 @@ type="topic" id="mail-composer-message-templates">

A message template is a standard message that you can use at any time to send mail with the same pattern.

To enable the Message Template Plugin, click EditPlugins and enable Templates.

- - +
Creating a Message Template from an existing Message @@ -54,7 +53,7 @@ type="topic" id="mail-composer-message-templates">
-
+
Using a Message Template as a Reply @@ -96,4 +95,16 @@ type="topic" id="mail-composer-message-templates">
+
+ +Reusing message elements 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