<div class="markdown">
<p dir="auto">On 7 Jan 2014, at 5:51, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">A. Is it expected all the buttons are actually just buttons with text on them instead of a more compact icon ?</p>
</blockquote>

<p dir="auto">Yes. It’s not a design decision (although some users prefer it). It’s a financial issue and my own lack of graphics talent.</p>

<blockquote>
<p dir="auto">B. Is there a way to have space bar or just "next unread" (in postbox binding that is what 'n' does) go to the next folder with unread ?<br>
For now it stays inside the same folder and just "beeps" at me and I have to go manually click on the next folder. Would<br>
be awesome if this manual step could be avoided.</p>
</blockquote>

<p dir="auto">No, there is no way to do that currently. The best you can do is switch mailbox using ⌘T or <a href="http://manual.mailmate-app.com/custom_key_bindings">bind a key</a> to <a href="http://manual.mailmate-app.com/key_binding_selectors"><code>selectNextMailbox:</code></a>.</p>

<blockquote>
<p dir="auto">C. Is there any documentation for the various expressions that can be used in things like mailbox name format ?<br>
i.e. ${#source.path.noinbox} ? I can see some of these in the dialog that comes up if I choose "Other..." for 'sub mailbox for each unique value' but<br>
these has no description thus leaving me a bit guessing at times.</p>
</blockquote>

<p dir="auto">No. The <code>${#source.path.noinbox}</code> is a bit of a special case (it’s a hack). You can use the Statistics layout (View ▸ Layout) to play with values. The tricky part is when to add a prefixed <code>#</code> in a format string. This is needed for virtual headers (not real email headers). In some cases two <code>#</code> are needed. These are for virtual headers which are never saved to disk. These are implementation details which have leaked into a few features in MailMate, but they are not documented.</p>

<p dir="auto">Note that format strings are (badly) documented <a href="http://manual.mailmate-app.com/format_string_syntax">here</a>. They are actually quite flexible if you know how to use regular expressions.</p>

<p dir="auto">For the undocumented query language, a useful “hack” is to look in the following file after creating a smart mailbox:</p>

<pre><code>~/Library/Application Support/MailMate/Mailboxes.plist
</code></pre>

<blockquote>
<p dir="auto">D. Is there a way to have submailboxes show up as a tree instead of just a flat list of folders ?</p>
</blockquote>

<p dir="auto">No.</p>

<blockquote>
<p dir="auto">"Submailbox for the messages of each account" does it for the first level, but all other levels are not visible.</p>
</blockquote>

<p dir="auto">I’m not sure I really understand what you are trying to do. An example?</p>

<blockquote>
<p dir="auto">E. Is there a way to unsubscribe to certain folders ?<br>
Background: I have all my emails setup to go to a folder named '_inbox' which I then use imapfilter to do bulk sorting of my incoming email into<br>
folders. This means that it is rather pointless for mail mate to monitor this '_inbox' folder for mails and just disturbs my workflow since sometimes<br>
mail mate pickup the unread in this folder before imapfilter managed to sort it ..but before I get to click on it imapfilter moves it.<br>
Thus would be great if I could unsubscribe from this specific folder, or at least hide it.</p>
</blockquote>

<p dir="auto">Select “File ▸ Edit IMAP Account ▸ …” and then “Edit Subscriptions”. You can do it locally only or tell the server that the mailbox is unsubscribed (not all email clients respect that though).</p>

<blockquote>
<p dir="auto">I think that is it for now - thanks for a great product! I'm definitely going to buy it if my testing continues to go well the next couple of days!</p>
</blockquote>

<p dir="auto">I can see you didn’t need that much time. Thanks for the support!</p>

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

</div>