<div class="markdown">
<p dir="auto">On 4 Apr 2014, at 21:21, Rob McClure wrote:</p>

<blockquote>
<p dir="auto">I think this button is new, and I like it.</p>
</blockquote>

<p dir="auto">It's not new, but it recently became a bit more useful, because it now defaults to moving back to the Inbox. Previously it was disabled if MailMate did not know the original mailbox (e.g., moved by the server).</p>

<blockquote>
<p dir="auto">Can it mark the message as unread when it doe the move?</p>
</blockquote>

<p dir="auto">There is no option to do that. You could add a rule to the Inbox that messages added should always be marked unread, but that might be confusing if using multiple email clients to read email (low-level hack: it is possible to add a condition that “Old-Source” should contain “Junk” or whatever the mailbox is named at the server).</p>

<p dir="auto">Long-term, the plan is to allow other kinds of events including a message “leaving” a mailbox -- given that, it would be easy to mark messages unread when leaving Junk. If you feel adventurous then try this:</p>

<ol>
<li value=1>Add a rule to the Junk mailbox with just an action to “Remove Tag [Seen]”.</li>
<li value=2>Quit MailMate.</li>
<li value=3>Edit <code>~/Library/Application Support/MailMate/Mailboxes.plist</code></li>
<li value=4><p dir="auto">Locate the Junk mailbox rule and add this:</p>

<pre><code>events = ( "removed" );
</code></pre></li>
</ol>

<p dir="auto">In theory it should work, but I've never tested it. It might also be overwritten if editing the rule in the GUI (I haven't checked).</p>

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

</div>