Puntuado con 5 de 5 estrellas

Here is the code I am currently using. It looks GREAT!!! < > replaced with ( ) so it is shown here...

(br)
(br)
(hr color="#000000" size="1")
(font color="#000000" face="Tahoma" size="2")
(b)Subject:(/b) %subject%(br)
(b)Sent:(/b) %datelocal% %date_tz%(br)
(b)From:(/b) %from%(br)
(b)To:(/b) %to%{(br)
(b)Cc:(/b) %cc%}(/font)
(br)
(br)

Puntuado con 3 de 5 estrellas

The %a% flag shows only today when used in replying/forwarding. I can reply to a message sent Mon, 3/15/2010 and the reply/forward header says it was sent Thu, 3/15/2010 (Thu, being the day this post was created).

Esta valoración es de una versión anterior del complemento (0.5.5). 

Puntuado con 4 de 5 estrellas

1) I can confirm the bug Alexander FX mentioned on February 8, 2010.

2) If I get a message (for example) from "Blow, Joe" , the reply/forward header puts it as "Blow, Joe (the second \" is missing).

3) If the Subject has a ? in it (this may also be true of other characters), they are removed in the reply/forward header.

4) If I get an e-mail I want to forward but it is attached in a series of forwards and I have to go through a bunch of attachments to get to the message I want to forward, the reply/forward header doesn't work.

5) The author of this extension should have an e-mail address so people can report bugs.

Esta valoración es de una versión anterior del complemento (0.5.2). 

1) Extra (br) is inserted by thunderbird.
Give me time a little more.

2) This bug will be completely fixed in version 0.5.5.

3) I could not confirm this problem (question mark in subject is removed).

4) I'm sorry. I can't understand problem.
I'm not good at English.

5) I see. I will comply with your advice.

Puntuado con 5 de 5 estrellas

Just wanted to share the code I am currently using for both REPLIES and FORWARDS. I don't use anything on the NEW tab. I have all options checked on the REPLY and FORWARD tabs except for "Replace new-line with br".

Be sure to replace the ( ) with < >...

(br)
(br)
(hr)
(font face="Tahoma" size="2")(b)Subject:(/b) %subject%(br)
(b)Sent:(/b) %dateshort% %date_tz%(br)
(b)From:(/b) %from%(br)
(b)To:(/b) %to%{(br)
(b)Cc:(/b) %cc%}(/font)(br)
(br)

Esta valoración es de una versión anterior del complemento (0.5.2). 

Puntuado con 5 de 5 estrellas

Thank you for your hard work on this gaby_hy. This extension has been a lifesaver for me. May I suggest a %% wildcard to add the name of the day? Perhaps one for the 3 letter day and one for the full name of the day? Also it would be nice to have the name of the time zone too in another %% wildcard. Three letters would be more than enough.

Esta valoración es de una versión anterior del complemento (0.5.1). 

Puntuado con 5 de 5 estrellas

Is it because this is still in EXPERIMENTAL status that it is not being updated automatically in Thunderbird?

Esta valoración es de una versión anterior del complemento (0.4.7). 

The Add-ons in the sandbox(EXPERIMENTAL) is not being updated automatically.
I will nominate this add-on for become public with next version.

Best Regards,

Puntuado con 5 de 5 estrellas

Thanks for your reply to my "January 11, 2010" review here. The new version does support AM/PM. Here is the code I am using which I use on the REPLY and FORWARD tabs with all options checked (I don't use the NEW tab)...



Subject: %subject%
Sent: %dateshort% %date_tz%
From: %from%
To: %to%{
Cc: %cc%}



This gives a very nice header with a date format like this...

Sent: 12/26/2009 12:40:00 AM -0600

This is VERY COOL! If I may make a couple of suggestions to this, would it be possible to have a %% wildcard for the day and timezone so it would like like this...

Sent: Sat, 12/26/2009 12:40:00 AM -0600 CST

I am in the U.S. Central Timezone which is currently on Standard Time. Soon it will be Daylight Savings time so the CST would need to change to CDT.

Would something like that be possible?

Other than that little suggestion, YOU ARE AWESOME for putting this out! I and THOUSANDS of others THANK YOU!

Esta valoración es de una versión anterior del complemento (0.4.7). 

Puntuado con 4 de 5 estrellas

This is BETTER than TB Reset Quote Headers. There is one problem though. When replying or forwarding, the Re: or Fw: or Fwd: used in the original message is removed. Also it would be cool to be able to change the %date% to 12 hour AM/PM.

Esta valoración es de una versión anterior del complemento (0.4.3). 

It seems that the subject provided through TB's nsIMsgDbHdr service has no Re:, Fw:.
I fix this problem in next version.
And, I can not support AM/PM, because I do not know the form in each country.