<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Thanks, Henry.</p>
<p dir="auto">FFIW, here is a kludge. I’m not sure how accurate it is under all conditions, but it seems OK for my simple inbox..</p>
<p dir="auto">Basically, the filter tries to find the ‘head’ message of every thread by eliminating any message that is a reply to another message in the inbox, or every message that does not have a in-reply-to field. Counting the remaining messages should be the number of threads. YMMV.</p>
<p dir="auto">Here is my countMenu.plist</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">{
        counts = (
                { key = "threadcount"; title = "Thread Count"; filter = "(in-reply-to !=[c] $INBOX.message-id or in-reply-to !exists)"; /*defaultColor = ;*/ },
        );
}
</code></pre>
<p dir="auto">On 7 Sep 2023, at 11:33, Zvi Biener wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">Hi All,<br>
Has anyone used the countMenu.plist to show the number of <em>threads</em> in a mailbox, not messages? If so, can you share the setup?</p>
<p dir="auto">Thanks,<br>
Zvi</p>
</blockquote>

</div>
</div>
</body>

</html>