<!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><div style="white-space:normal">
<p dir="auto">On 18 Mar 2016, at 19:43, temjeito wrote:</p>

<blockquote style="border-left:2px solid #3983C4; color:#3983C4; margin:0 0 5px; padding-left:5px">
<p dir="auto">I have attempted to define custom mailbox icons in Mailboxes.plist, but <strong>only</strong> the Mail.app icons work. Here is the delta from my Mailboxes.plist file:</p>
</blockquote>

<p dir="auto">I believe you need an absolute path:</p>

<blockquote style="border-left:2px solid #3983C4; color:#3983C4; margin:0 0 5px; padding-left:5px">
<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; overflow:auto; padding:5px"><code>    {    imagePath = "~/Dropbox/Icons/mailbag.png";
</code></pre>
</blockquote>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; overflow:auto; padding:5px"><code>/Users/<user>/Dropbox/Icons/mailbag.png
</code></pre>

<p dir="auto">These values look weird. The latter contains a non-straight double-quote (and a weird space, but that is not as bad).</p>

<blockquote style="border-left:2px solid #3983C4; color:#3983C4; margin:0 0 5px; padding-left:5px">
<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; overflow:auto; padding:5px"><code>        uuid = "iimap://me@them.com";
        previousUUID = "imap://me@them.com ”;
</code></pre>
</blockquote>

<p dir="auto">If MailMate cannot parse the file then it renames it and then switches back to the default <code>Mailboxes.plist</code> files.</p>

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