<!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 6 Oct 2016, at 18:22, <a href="mailto:yet@gmx.de" style="color:#3983C4">yet@gmx.de</a> wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">Is there a way to get rid of the Archived, Deleted Messages and Junk smart mailboxes
</div><div dir="auto">from the mailboxes tree…I don’t need them, visual clutter…
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">The short answer is no, but it has been on my todo for a long time. I'd like a feature which allows the user to define custom standard mailboxes, but this would naturally also allow one to delete them (and this would then also allow deleting the default ones).</p>

<p dir="auto">The long answer is yes, but it's tricky. The default set of standard mailboxes can be found here:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">MailMate.app/Contents/Resources/standardMailboxes.plist
</code></pre>

<p dir="auto">This can be edited, but that's bad because it's overwritten when MailMate is updated. Instead, it can be copied to this location:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">~/Library/Application Support/MailMate/Resources/standardMailboxes.plist
</code></pre>

<p dir="auto">This takes precedence over the default file. You can edit it and remove the mailboxes you don't need, BUT:</p>

<ol>
<li value="1">When you do this then it'll mess up the ordering of your smart mailboxes. This only happens when you remove a mailbox.</li>
<li value="2">If I update the default <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">standardMailboxes.plist</code> then you won't see those changes.</li>
<li value="3">I'm not 100% sure there won't be side-effects of MailMate not being able to, e.g., find the Junk mailbox. (But I would be willing to look into such issues.)</li>
</ol>

<p dir="auto">I do realize that the long answer also sounds a bit like “no” :-)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>