<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Jul 2016, at 19:17, John D. Muccigrosso wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">I’m trying to name sub mailboxes to a smart mailbox by the account name. The default os source.path results in several with the same name “INBOX”, which of course isn’t very helpful.
</div><div dir="auto">
</div><div dir="auto">What’s the magic word to use here (if there is one)?
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">It's non-trivial (and a bit hardcoded), but the Unread mailbox shows how it can be done:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">${#source.path.noinbox} — ${#source.#name}
</code></pre>

<p dir="auto">The first part is the mailbox name, but without INBOX when it's the kind of IMAP account in which all mailboxes are children of the INBOX. The latter is the name of the account as seen in the IMAP account editor.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>