<div class="markdown">
<p dir="auto">On 17 Sep 2014, at 14:54, Jeremy Cowgar wrote:</p>

<p dir="auto">snip</p>

<blockquote>
<p dir="auto">I have:</p>

<p dir="auto">"d" = ( "moveToMailbox:", "Defer" );</p>
</blockquote>

<p dir="auto">snip</p>

<blockquote>
<p dir="auto">I would ultimately I would like it to move the current message to the "Defer" mailbox on the same account the message is a part of.</p>

<p dir="auto">Is this possible in MailMate?</p>
</blockquote>

<p dir="auto">Duh! After sending this I <strong>just</strong> read a message on the "Archive a Thread". I have changed it to read:</p>

<pre><code>"d" = ( "moveToMailbox:", "/Defer" );
</code></pre>

<p dir="auto">and all works exactly as I had hoped!</p>

<p dir="auto">Jeremy</p>

</div>