<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 4 Jun 2021, at 5:24, Andrew Korty via mailmate wrote:</p>
<blockquote>
<p dir="auto">Somehow I don’t have the Mailing Lists smart mailbox. I have a number of smart mailboxes under Examples, but not that one. I’m wondering which other default smart mailboxes I’m missing. Is there an easy way to recreate them?</p>
<p dir="auto">ajk</p>
</blockquote>
<p dir="auto">Very easy to recreate:</p>
<ol>
<li>New smart mailbox</li>
<li>In smart mailbox editor, tab #1 (Mailboxes) should be sourcing from “All Mail” (any/all won’t matter since only one source).</li>
<li>Tab #2, Conditions, should have “List-ID > Identifier” > “Exists” as the condition”</li>
<li>Under Tab #3, create a submailbox for each instance of “List-ID > Identifier” and then enter either my new formatting string for the name.</li>
</ol>
<p dir="auto">My formatting string (see previous thread for details and comments):</p>
<pre><code>${list-id.description:?${list-id.description/^[a-z]*\d.*/${subject.blob:?${subject.blob:/capitalize}:${from.name:${list-id.identifier.final-level:?${list-id.identifier.final-level:/capitalize}:${from.address}}}}/}:${subject.blob:?${subject.blob:/capitalize}:${from.name:${list-id.identifier.final-level:?${list-id.identifier.final-level:/capitalize}:${from.address}}}}}
</code></pre>
<p dir="auto">or the default MailMate formatting string:</p>
<pre><code>${list-id.description:${subject.blob:?${subject.blob:/capitalize}:${list-id.identifier.final-level}}}
</code></pre>

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