<div class="markdown">
<p dir="auto">From notes I made from the list...</p>

<h2>Delayed Send</h2>

<p dir="auto">As you probably know, MailMate has a “Send Later” feature. The plan <br>
is to allow this to have a default value essentially providing you with <br>
an “undo send”. For now, you can use this hidden preferences:</p>

<p dir="auto">Turn it on</p>

<pre><code>defaults write com.freron.MailMate MmSendMessageDelayEnabled -bool YES
</code></pre>

<p dir="auto">set the delay</p>

<pre><code>defaults write com.freron.MailMate MmSendMessageDelay -integer 180
</code></pre>

<p dir="auto">The value is seconds (3 minutes in this case).</p>

<p dir="auto">When a message is selected in the Drafts folder then you can cancel it <br>
using “Message ▸ Cancel Send and Edit” (⌥⇧⌘D). The shortcut <br>
is the usual send shortcut with an additional ⌥. The usual send <br>
shortcut is bound to “Send Now” (⇧⌘D). In the composer window <br>
you can override the “Send Later” value by holding down ⌥ as well.</p>

<p dir="auto">On 6 May 2016, at 15:15, Esteban Umerez Argaia wrote:</p>

<blockquote>
<p dir="auto">Hi there,</p>

<p dir="auto">Is there a way to delay every mail I send for, say, 10 seconds? I’m thinking about trying to prevent sending unwanted emails, by having a few seconds in case I accidentally hit Send, or I regret sending them, etc.</p>

<p dir="auto">I’m not talking about the ‘Send Later’ feature, which I use every day to schedule some mails. I’m talking about a default ‘delay’ setting for the rest of messages that get sent right away and I might want to stop.</p>

<p dir="auto">I’ve tried to look for the solution in the documentation but I don’t seem to be able to find it.</p>

<p dir="auto">Thanks in advance, best regards</p>

<p dir="auto">Esteban Umerez</p>

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>