<div class="markdown">
<p dir="auto">On 9 May 2016, at 20:00, Benjamin Coddington wrote:</p>

<blockquote>
<p dir="auto">Hi list, I'm new here.</p>
</blockquote>

<p dir="auto">Welcome. And sorry about the late response.</p>

<blockquote>
<p dir="auto">I'm using MailMate 1.9.4 (5234), and it is very helpful for me to be able view a column that shows either a message's list-id header, or a concatenation of some headers from bugzilla.  I do that with the following file:</p>

<p dir="auto">...</p>

<pre><code>formatString = "${list-id.identifier}${X-Bugzilla-Status:+${X-Bugzilla-Status} for ${X-Bugzilla-Assigned-To}}";
</code></pre>

<p dir="auto">...</p>

<p dir="auto">The list_bz_meta is the column I'd like to use.  This column always functions as expected for some period of time after starting MailMate (an hour or so), however at some point it will transition to a state where it will not show any text for newly arriving messages.  Restarting MailMate fixes it up again.</p>
</blockquote>

<p dir="auto">You are using several values in the format string. Does it make a difference which one you would expect to provide a value? I mean, can you reduce the problem to involve <code>list-id.identifier</code> and/or one of the other values?</p>

<blockquote>
<p dir="auto">I've turned up the logging, nothing seems relevant other than: "Warning: Unknown field parser 'list-id.body'" at startup or when viewing an outline for a mailbox for the first time.  That message is still output even if I remove my outlineColumns.plist file entirely.</p>
</blockquote>

<p dir="auto">Hmm, are you sure you are not using this somewhere else? Try this:</p>

<pre><code>grep "list-id.body" ~/Library/Application\ Support/MailMate/Mailboxes.plist
grep "list-id.body" ~/Library/Application\ Support/MailMate/Resources/
</code></pre>

<p dir="auto">Or maybe this:</p>

<pre><code>defaults read com.freron.MailMate | grep 'list-id.body'
</code></pre>

<blockquote>
<p dir="auto">Any tips about how I might get this column to work reliably?</p>
</blockquote>

<p dir="auto">Based on your description I suspect there is a MailMate bug. I suggest you try to reduce the problem to a single column and header value. Then we can debug off list. (Ideally, I'll be able to reproduce the issue.)</p>

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

</div>