<!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 23 Nov 2016, at 13:54, Jan Erik Moström wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">How do you all schedule posts?<br>
<br>
For various reasons (I know, I know) I would sometimes like to schedule posts for a later delivery. Does anyone do that in MailMate?</p>
</blockquote><p dir="auto">From the Help file ("Hidden Preferences"):</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Delayed sending<br>
<br>
MailMate has a “Send Later” feature, but it has to be set on a message by message basis.<br>
<br>
You can set a default delay for all outgoing messages by modifying the MmSendMessageDelayEnabled and MmSendMessageDelay hidden preferences.<br>
<br>
You have to turn default delay on:<br>
<br>
defaults write com.freron.MailMate MmSendMessageDelayEnabled -bool YES<br>
<br>
And then set the delay duration (in seconds):<br>
<br>
defaults write com.freron.MailMate MmSendMessageDelay -integer 180<br>
<br>
The command above sets a delay of 3 minutes.<br>
<br>
Once this feature is enabled, you can cancel sending a message by selecting it in the Drafts folder and using “Message ▸ Cancel Send and Edit” (⌥⇧⌘D).</p>
</blockquote><p dir="auto">I have set my default to 120 (which results in "2 minutes" being displayed in the "Send Later" header field). When I realize that there's a typo (inevitable) or that I'd like to reformulate or add something, I'll do the cancel send and edit thing.</p>
<p dir="auto">When I want to send something tomorrow at 9am, I replace the "Send Later" header and write "tomorrow 9am" in it. The field accepts quite a bit of syntax and turns red if it can't parse what you wrote.</p>
<p dir="auto">-- Kai.</p>
</div>
</div>
</body>
</html>