To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for SmartTemplate by Brian Woltemate
Rated 4 out of 5 stars
I was having a problem with the %datelocal% Reserved word. When a message was sent from a comcast.net server Smart Template was interpreting the time zone incorrectly making the tame stamp bogus. I was able to fix it for my purposes by inserting the following at line 418.
//Patch to correctly handle comcast.net emails.
if (timezone == 000)
{
timezone = -300;
}
I'm sure this will cause a problem if an email was actually from the timezone 000 but it fixes the problem for my purposes.
Thank You
To create your own collections, you must have a Mozilla Add-ons account.