<div class="markdown">
<p dir="auto">On 9 Feb 2016, at 23:03, Mark Derricutt wrote:</p>

<blockquote>
<p dir="auto">On 10 Feb 2016, at 10:51, Scott A. McIntyre wrote:</p>

<blockquote>
<p dir="auto">${#source.path.noinbox}</p>

<p dir="auto">However, the ".noinbox" isn't recognised for some reason, so, changing the Submailbox to be based on Source -> Path, and modifying the format to:</p>

<p dir="auto">${#source.path}</p>

<p dir="auto">At least lets me see the values again.</p>
</blockquote>

<p dir="auto">I was just about to post the exact same answer! Turns out I had some mailboxes setup with <code>${#source.path}</code> and some with <code>${#source.path.noindex}</code> which made things even more confusing for me this morning for a moment :)</p>
</blockquote>

<p dir="auto">The <code>.noinbox</code> specifier is a horrible hack to get around the “issue” of some servers prefixing INBOX to all mailbox paths (a so-called namespace). This is often not desired when displaying mailbox paths.</p>

<p dir="auto">I forgot about this when optimizing the parsing of the virtual <code>#source</code> header (faster startup times for large message stores).</p>

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