<div class="markdown">
<p dir="auto">Hello,</p>

<p dir="auto">I'm a new MailMate user. So far I'm very impressed by its capabilities.<br>
However, I noticed that dovecot virtual folders are empty. I'm not talking about smart mailboxes created in MailMate.</p>

<p dir="auto">I configured some Search Folders in dovecot (version 2.2.13).</p>

<pre><code>namespace {
  prefix = "Search Folders/"
  separator = /
  location = "virtual:~/.emails/Search Folders:INDEX=MEMORY"
}
</code></pre>

<p dir="auto">And this is just a sample dovecot-virtual file:</p>

<pre><code>❯ cat ~/.emails/Search\ Folders/Flagged/dovecot-virtual
*
-Sent
-Trash
-Spam
-Spam/*
  flagged
</code></pre>

<p dir="auto">I'm using virtual folders configured on the server mainly because they also work via phone, webmail etc.</p>

<p dir="auto">The current behavior is that these folders show up in MailMate, but they are empty.<br>
They do not show up in the IMAP Subscription dialog.</p>

<p dir="auto">My expectation would be that these folders behave like any other IMAP folder.<br>
Im posting it to this list, because these folders are working fine in all other mail applications I've tested (roundcube webmail, apple mail, postbox, iOS Mail).</p>

<p dir="auto">Is there a way make this work?</p>

<p dir="auto">Thank you very much!<br>
- Stefan</p>

</div>