Re: [MlMt] "Send Later" and quitting MM

2019-03-27 Thread Robert Brenstein

On 26 Mar 2019, at 16:08, Benny Kjær Nielsen wrote:

With the exception of a GUI to control these settings I hope the above 
will satisfy everyone in this thread.


\-- 
Benny


This sounds indeed great!___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-27 Thread Michael Nietzold

On 27 Mar 2019, at 15:33, Benny Kjær Nielsen wrote:


On 26 Mar 2019, at 16:22, Michael Nietzold wrote:


thx - there are so many new hidden preferences :)

i send a PR#14 to be up to date in docs


Thanks! I've merged it. (It won't be on the homepage before it's part 
of the public release.)


maybe it is better to mark the hidden preferences with a "since 
version/build number and Beta/Release" notation, then it can be anytime 
published continuous.




--
Benny
https://freron.com/become_a_mailmate_patron/
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-27 Thread Benny Kjær Nielsen

On 26 Mar 2019, at 16:22, Michael Nietzold wrote:


thx - there are so many new hidden preferences :)

i send a PR#14 to be up to date in docs


Thanks! I've merged it. (It won't be on the homepage before it's part of 
the public release.)


--
Benny
https://freron.com/become_a_mailmate_patron/
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-26 Thread Randall Gellens

On 26 Mar 2019, at 8:08, Benny Kjær Nielsen wrote:


I have added that this should work in the next update:

defaults write com.freron.MailMate MmSendLaterWarningEnabled -bool NO

If you keep the warning enabled then it can be made conditional like 
this:


	defaults write com.freron.MailMate MmSendLaterWarningLimitEnabled 
-bool YES


The default is 1 hour (60 minutes), but this can also be changed:

	defaults write com.freron.MailMate MmSendLaterWarningLimitMinutes 
-integer 720


The above would change it to 12 hours.

The warning has also been changed a bit to reflect how long it'll be 
before the next message is to be sent:


Terrific!  Thank you.

--Randall
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-26 Thread Michael Nietzold

thx - there are so many new hidden preferences :)

i send a PR#14 to be up to date in docs


On 26 Mar 2019, at 16:08, Benny Kjær Nielsen wrote:


On 11 Mar 2019, at 3:06, Dave C wrote:

When I queue a message to be sent later, if I quit before that time I 
am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the message 
is queued that I not be reminded of this?


I have added that this should work in the next update:

defaults write com.freron.MailMate MmSendLaterWarningEnabled -bool NO

If you keep the warning enabled then it can be made conditional like 
this:


	defaults write com.freron.MailMate MmSendLaterWarningLimitEnabled 
-bool YES


The default is 1 hour (60 minutes), but this can also be changed:

	defaults write com.freron.MailMate MmSendLaterWarningLimitMinutes 
-integer 720


The above would change it to 12 hours.

The warning has also been changed a bit to reflect how long it'll be 
before the next message is to be sent:


![](cid:839329B3-DDD4-4EFD-9FDB-4637414B61E4@freron.com "Screenshot 
2019-03-26 at 15.39.22.png")


With the exception of a GUI to control these settings I hope the above 
will satisfy everyone in this thread.


--
Benny




___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-26 Thread Dave C
Thank you Benny. Looks to be what I need.

Cheers.


> When I queue a message to be sent later, if I quit before that time I am 
> reminded by MM that a message has not been sent and I have to respond that I 
> want to quit anyway.
> 
> Could this request be added to the next revision: that if the message is 
> queued that I not be reminded of this?
> 
> I have added that this should work in the next update:
> 
> defaults write com.freron.MailMate MmSendLaterWarningEnabled -bool NO
> If you keep the warning enabled then it can be made conditional like this:
> 
> defaults write com.freron.MailMate MmSendLaterWarningLimitEnabled -bool YES
> The default is 1 hour (60 minutes), but this can also be changed:
> 
> defaults write com.freron.MailMate MmSendLaterWarningLimitMinutes -integer 720
> The above would change it to 12 hours.
> 
> The warning has also been changed a bit to reflect how long it'll be before 
> the next message is to be sent:
> 
> 
> 
> With the exception of a GUI to control these settings I hope the above will 
> satisfy everyone in this thread.
> 
> -- 
> Benny
> 
> 
> ___
> mailmate mailing list
> mailmate@lists.freron.com
> https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-26 Thread Benny Kjær Nielsen

On 11 Mar 2019, at 3:06, Dave C wrote:

When I queue a message to be sent later, if I quit before that time I 
am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the message 
is queued that I not be reminded of this?


I have added that this should work in the next update:

defaults write com.freron.MailMate MmSendLaterWarningEnabled -bool NO

If you keep the warning enabled then it can be made conditional like 
this:


	defaults write com.freron.MailMate MmSendLaterWarningLimitEnabled -bool 
YES


The default is 1 hour (60 minutes), but this can also be changed:

	defaults write com.freron.MailMate MmSendLaterWarningLimitMinutes 
-integer 720


The above would change it to 12 hours.

The warning has also been changed a bit to reflect how long it'll be 
before the next message is to be sent:


![](cid:839329B3-DDD4-4EFD-9FDB-4637414B61E4@freron.com "Screenshot 
2019-03-26 at 15.39.22.png")


With the exception of a GUI to control these settings I hope the above 
will satisfy everyone in this thread.


--
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-11 Thread Randall Gellens

On 11 Mar 2019, at 10:36, Robert Brenstein wrote:

I think this should be a user-configurable option. In the ticket I 
suggested 3 settings, one of them being the current mode. I filed that 
ticket quite a while ago and those warnings still annoy me regularly.


As I recall, Eudora had a configurable option: warn if quitting with a 
message queued to be sent within X hours.  I believe the default was 12 
hours.  I do think it would be more useful if the warning included the 
delay, e.g., "A message is queued to be sent xx hours/minutes from now."


--Randall
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-11 Thread Robert Brenstein
I think this should be a user-configurable option. In the ticket I 
suggested 3 settings, one of them being the current mode. I filed that 
ticket quite a while ago and those warnings still annoy me regularly.


On 11 Mar 2019, at 6:15, Melton Low wrote:


+1

On 10 Mar 2019, at 23:04, Roger Bohn wrote:

I prefer the present behavior! I usually have only a very brief delay 
(5 minutes), and if I shut down my computer, the message may not go 
out until the next day. So the reminder is very useful - it tells me 
to go back and send immediately, before shutting down or quitting MM.


thanks


On 10 Mar 2019, at 19:06, Dave C wrote:


Hello,
When I queue a message to be sent later, if I quit before that time 
I am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the 
message is queued that I not be reminded of this?


It’s a small thing but it would be nice.

Thanks,
Dave
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate




___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate




___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-10 Thread Melton Low

+1

On 10 Mar 2019, at 23:04, Roger Bohn wrote:

I prefer the present behavior! I usually have only a very brief delay 
(5 minutes), and if I shut down my computer, the message may not go 
out until the next day. So the reminder is very useful - it tells me 
to go back and send immediately, before shutting down or quitting MM.


thanks


On 10 Mar 2019, at 19:06, Dave C wrote:


Hello,
When I queue a message to be sent later, if I quit before that time I 
am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the message 
is queued that I not be reminded of this?


It’s a small thing but it would be nice.

Thanks,
Dave
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate




___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-10 Thread Roger Bohn
I prefer the present behavior! I usually have only a very brief delay (5 
minutes), and if I shut down my computer, the message may not go out 
until the next day. So the reminder is very useful - it tells me to go 
back and send immediately, before shutting down or quitting MM.


thanks


On 10 Mar 2019, at 19:06, Dave C wrote:


Hello,
When I queue a message to be sent later, if I quit before that time I 
am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the message 
is queued that I not be reminded of this?


It’s a small thing but it would be nice.

Thanks,
Dave
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] "Send Later" and quitting MM

2019-03-10 Thread Robert Brenstein

add yourself to the ticket
https://freron.lighthouseapp.com/projects/58672/tickets/1640-do-you-want-to-quit-before-sending-messages-asked-too-often

On 11 Mar 2019, at 3:06, Dave C wrote:


Hello,
When I queue a message to be sent later, if I quit before that time I 
am reminded by MM that a message has not been sent and I have to 
respond that I want to quit anyway.


Could this request be added to the next revision: that if the message 
is queued that I not be reminded of this?


It’s a small thing but it would be nice.

Thanks,
Dave
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] "Send Later" and quitting MM

2019-03-10 Thread Dave C

Hello,
When I queue a message to be sent later, if I quit before that time I am 
reminded by MM that a message has not been sent and I have to respond 
that I want to quit anyway.


Could this request be added to the next revision: that if the message is 
queued that I not be reminded of this?


It’s a small thing but it would be nice.

Thanks,
Dave
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate