On Wed 2 June 2004, 8:36:51 +1000, Cyrille wrote:
RA>> You might also find that the first part of the reply and forwarding templates
RA>> for each language is simply the new message template for that language.
> 
> I am not sure whether I understand how you mean this.

Let me show by an example.

For one of my accounts, my new message template looks like:

,----- [ New message ]
| %Qinclude(Greet_All_Recipients)%-
| %Cursor
| 
| Robin
| 
| -- 
| %Qinclude(DefaultSig)
|
`-----

For that same account my forward message template looks like:

,----- [ forward message ]
| %Qinclude(Greet_All_Recipients)%-
| %Cursor
| 
| Robin
| 
| -- 
| %Qinclude(DefaultSig)
|
| ===8<=======================Original message============================
| This is a forwarded message
| From: %OFromName <%OFromAddr>
| To: %OToList
| Date: %ODateEn, %OTimeLong
| Subject: %OFullSubj
| 
| %Text
| ===8<=====================End original message==========================
| %Subject="Fwd: %OFullSubj"%-
`-----

If I had created a QT called EN_New (as you might need to do) like this:

,----- [ EN_New ]
| %Qinclude(Greet_All_Recipients)%-
| %Cursor
| 
| Robin
| 
| -- 
| %Qinclude(DefaultSig)
|
`-----

Then I could also have a QT called EN_Forward like this:

,----- [ EN_Forward ]
| %Qinclude(EN_New)%-
|
| ===8<=======================Original message============================
| This is a forwarded message
| From: %OFromName <%OFromAddr>
| To: %OToList
| Date: %ODateEn, %OTimeLong
| Subject: %OFullSubj
| 
| %Text
| ===8<=====================End original message==========================
| %Subject="Fwd: %OFullSubj"%-
`-----

I might also have a QT called EN_Reply like this:

,----- [ EN_Reply ]
| %Qinclude(EN_New)%-
|
|
| ===8<=======================Original message============================
| From: %OFromName <%OFromAddr>
| To: %OToList
| Date: %ODateEn, %OTimeLong
| Subject: %OFullSubj
| 
| %Text
| ===8<=====================End original message==========================
| %Subject="Re: %OFullSubj"%-
`-----

Then if I make a change in my EN_New QT, it is reflected in the new
message template, the reply template and the forward message template.

-- 
Robin Anson
Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1






________________________________________________
Current version is 2.10.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to