[quote user="RainerS"]
Yes, please!
Like in
On 26 Nov 2008 at 07:40 +0100, Sender wrote:
I came here to search the forums on how to accomplish this, and found the suggestion instead...
This shouldn't take much effort, and would be soo useful!
TIA :)
Edit: At present, the closest you can get is through a reply template:
Title Custom Header
set To = "~r"
set Subject = "Re: ~s"
string fullsender "" "" 0 Address
string sendername "" "" 0
set variable fullsender = "~f"
extract text fullsender sendername
insert "On ~kDate~, ~vsendername~ wrote:~z"
insert "~z"
include message 0 quoted noheaders
which results in
On Wed, 26 Nov 2008 08:53:39 +0100, Sender wrote:
The date/time format is taken "as is" from the original message's header, but at least you don't need to manually look up the timezone in the raw message text.
[/quote]
As stated the template is only partial solution because the reply is addressed only to the name & address in the From field. This bypasses the Custom Reply Menu where you can conveniently send the reply to names & addresses in any of the following fields, e.g. From, Reply to, CC, To, Sender.
KQSR
[quote user="RainerS"]<p>Yes, please! </p><p>Like in
</p><blockquote><p>On 26 Nov 2008 at 07:40 <b>+0100</b>, Sender wrote: </p></blockquote><p>I came here to search the forums on how to accomplish this, and found the suggestion instead...</p><p>This shouldn't take much effort, and would be soo useful!</p><p>TIA :)</p><p>&nbsp;Edit: At present, the closest you can get is through a reply template:</p><blockquote>Title Custom Header
set To = "~r"
set Subject = "Re: ~s"
string fullsender "" "" 0 Address
string sendername "" "" 0
set variable fullsender = "~f"
extract text fullsender sendername
insert "On ~kDate~, ~vsendername~ wrote:~z"
insert "~z"
include message 0 quoted noheaders
</blockquote><p>which results in</p><blockquote>On Wed, 26 Nov 2008 08:53:39 +0100, Sender wrote:
</blockquote><p>The date/time format is taken "as is" from the original message's header, but at least you don't need to manually look up the timezone in the raw message text.</p><p>[/quote]</p><p>As stated the template is only partial solution because the reply is addressed only to the name &amp; address in the From field.&nbsp; This bypasses the Custom Reply Menu where you can conveniently send the reply to names &amp; addresses in any of the following fields, e.g. From, Reply to,&nbsp; CC, To, Sender.
KQSR
</p>