Check and Send 0.8.00b6 is available for download now.
An alert for a recipients' name checking is changed in this version; Only names to be rewritten are popuped. Moreover, sending is aborted when you click the cancel button in the alert.
I'm going to fix functionalities of 0.8 by this version and localize newly added strings in the next beta.
Mar 2, 2008
Subscribe to:
Post Comments (Atom)
Popular Posts
-
I start to convert my legacy add-ons into MailExtensions ones to support forthcoming Thunderbird 78, where legacy add-ons will not be sup...
-
Thunderbird 78 removes customization of message header toolbar. Toolbar buttons occupy large area of the header. It is filed as the followin...
-
This is support and discussion thread about my add-ons. Please feel free to post your comments here, including feature requests, questions a...
-
Check and Send v2.0.0 is available. It is fully re-written in Mail Extensions mechanism to support forthcoming Thunderbird 78. It does no...
-
I've developed a new extension for Thunderbird named Google Contacts . This extension accesses to Google contacts and synchronize them w...
-
Tag Popup 2.1.2 is now available for download: https://hogi.sakura.ne.jp/en/ttb/ttb.rhtml Tag Popup has category functionalities similar to ...
-
Priority Switcher for Thunderbird 78 is now available! Priority Switcher 2.0.1 https://hogi.sakura.ne.jp/en/psw/psw.rhtml It is written in M...
-
Message Header Toolbar Customize 2.1.0 is now available for download. This version adds new functionalities that Thunderbird 68 does not hav...
-
Sorry for the silence for a few months. I've not had enough time to writing extensions. It still goes on but I'll update them little...
-
As you may know, MailExtensions, the new Thunderbird add-on framework, has a lot of limitations. I've almost given up to convert Tag T...
12 comments:
Hi
Thanks for this update, but it appears that no mail can be sent anymore with this beta when selecting "Nothing is done" in the recipient tab. Used to work properly in the previous beta though.
Thanks for the report.
I've fixed the problem.
Please download it again.
Hi
Just tried to download beta 6, but only beta 2 is there!!!
Ok, found it again :)
And the issue is corrected
THanks
> Just tried to download beta 6, but only beta 2 is there!!!
Sorry, I've fixed it.
And the features seem to be working as expected!
:)
2 suggestion :
1 (problem) - match by regular-expression doesn't work when j use the negative-form (using "!" as first character) to match not existing words (instead of existing):
2 (new feauture) - new option to check words ONLY in subject instead TOO
Regards and compliment for extension
Alessandro
Hi,
> 1 (problem)
! does not mean negation in regular expressions. Please refer to MDC for meta characters:
If you want to nagate the condition, set the menulist above the keyword to "don't appear".
> 2 (new feauture)
Check both "Check the subject, too" and "Check only subject".
Thanks a lot !
But seems that :
1 - the negative form is by use "!" as prefix (j think).. and altought also with use of "don't appear" the re with "|" for several words does not function very well...
2 - in some cases "seems" that the check look also into the body, even if after the condition is applied properly only to subject (this is expensive for time).
J will report more debug info in next days.
For 1:
"!" is an operator, not a prefix in general; it is true in JavaScript, on which Thunderbird and extensions based. A string you input to the form is parsed as a regular expression by JavaScript interpreter. So, you have to follow its syntax.
I have tested "|" and it seemed that it worked correctly. Please confirm your regular expression is correct. If you simply specify several words, uncheck the "interpret the query as a regular expression" option and input words separating them by "|". Please note that a blank is not igonred. See this post for details.
For 2:
I haven't reproduce the case yet. Are there any error messages in the error console?
I've found the problem 2!
I'll fix it in the next beta.
I've fixed the problem in beta8.
Can you install and test it?
Post a Comment