<div class="markdown">
<p dir="auto">On 10 Sep 2013, at 9:50, Nitin Goyal wrote:</p>

<blockquote>
<p dir="auto">Gmail has a very nice add-on "Undo send". I'd like to see this feature implemented in MailMate as well. It should hold the message in Drafts folder for a specified time and hitting "Ctrl+Z" should undo the sent message and reopen it for editing.</p>
</blockquote>

<p dir="auto">As you probably know, MailMate has a â€œSend Later” feature. The plan is to allow this to have a default value essentially providing you with an â€œundo send”. For now, you can use this hidden preference:</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 using â€œMessage â–¸ Cancel Send and Edit” (⌥⇧⌘D). The shortcut is the usual send shortcut with an additional âŒ¥. The usual send shortcut is bound to â€œSend Now” (⇧⌘D). In the composer window you can override the â€œSend Later” value by holding down âŒ¥ as well.</p>

<p dir="auto">I like the idea of also allowing the user to â€œundo” the send using ⌘Z. I'll note that.</p>

<p dir="auto">-- <br>
Benny</p>

</div>