<div class="markdown">
<p dir="auto">On 20 Jan 2015, at 11:14, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">I know I can change the count per mailbox to all, unread, unreplied etc.</p>

<p dir="auto">but is there a way to have a folder with submailbox to show what has been replied to and what has not ?</p>

<p dir="auto">Or some other way to see/sort which are replied to and which still needs answer (or get deleted ;)</p>
</blockquote>

<p dir="auto">You can manually create smart mailboxes for this. Any answered email is assigned the <code>\Answered</code> IMAP keyword. This is also used for the reply-arrow in the messages outline. Alternatively you can create smart mailbox conditions such as</p>

<pre><code>Message-ID “is in” [Sent] In-Reply-To
</code></pre>

<p dir="auto">Not sure if this answers your question :-)</p>

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

</div>