<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 11 Mar 2019, at 3:06, Dave C wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">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.<br>
<br>
Could this request be added to the next revision: that if the message is queued that I not be reminded of this?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I have added that this should work in the next update:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmSendLaterWarningEnabled -bool NO
</code></pre>

<p dir="auto">If you keep the warning enabled then it can be made conditional like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmSendLaterWarningLimitEnabled -bool YES
</code></pre>

<p dir="auto">The default is 1 hour (60 minutes), but this can also be changed:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmSendLaterWarningLimitMinutes -integer 720
</code></pre>

<p dir="auto">The above would change it to 12 hours.</p>

<p dir="auto">The warning has also been changed a bit to reflect how long it'll be before the next message is to be sent:</p>

<p dir="auto"><img src="cid:839329B3-DDD4-4EFD-9FDB-4637414B61E4@freron.com" alt="" title="Screenshot 2019-03-26 at 15.39.22.png"></p>

<p dir="auto">With the exception of a GUI to control these settings I hope the above will satisfy everyone in this thread.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>