Avaliado em 5 de 5 estrelas

This is a really a great add-on, I'm using it for a couple of years already. I just have 2 minor issues with it: the date picker (calendar) shows Sunday as the 1st day of the week and it would be great if the add-on could pick the first weekday from the system or/and made it available in the configuration;

Another issue is that the time values (hr:min) are taken for scheduling only if one moves the focus outside the time input area, i.e. if the auto-filled time is '03:48' and one enters '09:00' and then presses with the mouse the send-later button, only the hour would be taken, the minutes would still be '48' as the focus hasn't moved outside before the button was pressed. If one moves focus from the time input area to something else before pressing the send-later button, the delivery will be scheduled with the time specified.

(Thunderbird@Ubuntu 16.04)

Esta análise é para uma versão anterior da extensão (6.3). 

While I appreciate your five-star review, I am obliged to point out that your comments above are bug reports / support requests and therefore are not supposed to be included in reviews. ;-) You can send such feedback to [email protected] .

Having said that...

Regarding the first-day-of-week issue, there's no way (as far as I know) in my code for me to query what the user's system settings say the first day of the week should be, so I fix this problem _entirely_ correctly. What I can do instead is add a hidden preference to Send Later for people who want to be able to configure this. I've just done that as you requested: https://github.com/jikamens/send-later/commit/e94033d8f0c133485a9ddcbbf8e5eceb3f9fa1f7 . This change will be in the next release of Send Later which I will release in a week or so.

Regarding the editing-the-time issue, I've fixed it in the current beta release of the add-on. The fix will go out to everybody in a week or so.