[MlMt] counting number of threads
Zvi Biener
zvistrash at gmail.com
Mon Sep 11 16:38:49 EDT 2023
Thanks, Henry.
FFIW, here is a kludge. I’m not sure how accurate it is under all
conditions, but it seems OK for my simple inbox..
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.
Here is my countMenu.plist
```
{
counts = (
{ key = "threadcount"; title = "Thread Count"; filter = "(in-reply-to
!=[c] $INBOX.message-id or in-reply-to !exists)"; /*defaultColor = ;*/
},
);
}
```
On 7 Sep 2023, at 11:33, Zvi Biener wrote:
> Hi All,
> Has anyone used the countMenu.plist to show the number of *threads* in
> a mailbox, not messages? If so, can you share the setup?
>
> Thanks,
> Zvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20230911/3fbbfaa8/attachment.htm>
More information about the mailmate
mailing list