<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"></div><div dir="ltr">Thank you Benny. Looks to be what I need.</div><div dir="ltr"><br></div><div dir="ltr">Cheers.</div><div dir="ltr"><br></div><br><blockquote type="cite"><div dir="ltr"><div style="font-family:sans-serif"><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"><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>


</div></blockquote><blockquote type="cite"><div dir="ltr"><Screenshot 2019-03-26 at 15.39.22.png></div></blockquote><blockquote type="cite"><div dir="ltr"><span>_______________________________________________</span><br><span>mailmate mailing list</span><br><span><a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></span><br><span><a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></span><br></div></blockquote></body></html>