评分5星,满分5星

使いやすいぜ
愛用してます!

这个评论是针对附加组件的一个早期版本的(3.2.0.0)。 

评分5星,满分5星

Hi
I am using your tiny little Macro since a while. Works great. Thank you.
One question: Is it possible to show date format in other language than English?

{{{MMMM}}} shows always Decembre instead of Dezember (German). Local Language is set to German, so that is not the reason for showing Date message in English.

Thank you

这个评论是针对附加组件的一个早期版本的(3.2.0.0)。 

评分5星,满分5星

いつもありがたく使わせていただいております。
贅沢を言うと先月や来月といったことができると良いのですが、また下の追加で西暦下2桁表示が可能になると思います。
[ /{{{yy}}}/g, function(date) {return padZero(date.getFullYear(), 4).substring(2,4);

这个评论是针对附加组件的一个早期版本的(3.2.0.0)。 

评分4星,满分5星

Works great, thanks for providing the add-on.

One remark: the add-on interferes with replying to email messages at the top.

I followed these instructions to no avail:

https://support.mozilla.org/en-US/questions/1210439

Disabling the Macro Template add-on is the only way to restore replying at the top again.

Version 3.1.0.0
TB 78.14.0 (32-bit)

Thanks for your help.

这个评论是针对附加组件的一个早期版本的(3.1.0.0)。 

评分5星,满分5星

とても便利に使っています。
ありがとうございます。

こちらですが、何日か前の日付、何日か後の日付という指示は・・・できないですよね?
一週間前の日付を入れたい場合が結構あり都度手で少し直しています。

もしそれほど手間が掛からず対応できるようでしたら検討いただけると嬉しいです。

这个评论是针对附加组件的一个早期版本的(3.1.0.0)。 

评分5星,满分5星

Welcome back!
Date macro works again (yay), but it seems to clear SendTos and CCs in mail template.

---

Yes, fixed at 3.0.0.2. Great job!

这个评论是针对附加组件的一个早期版本的(3.0.0.1)。 

Thank you for your bug report.

I think this bug was fixed at version 3.0.0.2.

评分5星,满分5星

Such an amazingly simple to use extension! I love it! Can you get it to work with version 78 of Thunderbird? It's so useful to me.

这个评论是针对附加组件的一个早期版本的(2.1.1.1)。 

There is a new version supporting Thunderbird 78 in review by Mozilla.
It is now at GitHub https://github.com/nattoheaven/macrotemplate.

评分5星,满分5星

This is a fantastic useful little add-on and exactly the thing I was looking for (it sure was hard to find).

It turned out that the month/week/day names are only in English but I needed them in German. I found that the names can be rather easily changed to any language by editing the bootstrap.js file like this:

+ Extract macro_template-sm+tb.xpi, e.g. with 7zip
+ open bootstrap.js with an editor
+ replace the English month (week, day) names within the file with the names of your language (e.g. I also added the required dot after every abbreviated German month and day name)
+ create .zip file from all the files and rename .zip to .xpi
+ simply install over your previous installation in TB.

But my main use for this add-on is to post an email at the start of each month displaying the PREVIOUS fully written month in the subject line and the body. I found out I could do this by adding a "- 1" to the appropriate [date.getMonth()] field so it will look like this [date.getMonth() - 1]. This will display the previous month. (Just in case someone else also would like to do this.)

Thanks for a really nice program. I don't understand why this program is not more known and why there has been only one reviewer before me so far. Maybe it has to do with missing keywords in the description of the program. When searching e.g. for "insert time" or "variables" the program doesn't show up in the results.

这个评论是针对附加组件的一个早期版本的(2.1.1.0)。 

评分5星,满分5星

What about time, subject, To, From and so on...?

这个评论是针对附加组件的一个早期版本的(2.0.0.0)。 

Hi Nick2222

Thank you for your reviewing my add-on.

First, the subject field is already to replace. Is this feature broken at your environment?

Next, I am trying to implement your features, and have uploaded a new version.
https://addons.mozilla.org/ja/seamonkey/addon/macro-template/versions/2.1.0.0
Only the from field, a little difficult to implement for me, is not implemented. However I am studying how to implement the from.

Would my new version suit for you?