<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="plaintext" style="white-space: normal;"><p dir="auto">Irrespective of my efforts, I could not have the  "Use Color in Message list"  to be anything else than grayed. Using the Custom color I have been able to color the mailbox icon, but nothing else. So I turned to the "Styles.plist" approach, which works nicely.</p>
<p dir="auto">So I am still wondering what is the purpose of the Mailbox->Color menu, unless of course I am doing something wrong, or misinterpreting its function.</p>
<p dir="auto">Alain</p>
<p dir="auto">On 30 Oct 2022, at 16:40, Eric Sharakan wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">I've been using this "Styles.plist" based method to have my emails colored (based on conditions I choose in specially crafted smart mailboxes) for years, and it works great.  I briefly played with the contextual menu based mailbox colors, but not the "Use Color in Message list" option, as I suspect that would interfere with my Styles.plist settings.</p>
<p dir="auto">The procedure is described by Benny in this MM ticket: <a href="https://urldefense.com/v3/__https://freron.lighthouseapp.com/projects/58672-mailmate/tickets/204__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vPT8IYnQ$" style="color: #777777;">https://urldefense.com/v3/__https://freron.lighthouseapp.com/projects/58672-mailmate/tickets/204__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vPT8IYnQ$</a>  , starting with Benny's message dated February 2nd, 2017.</p>
<p dir="auto">-Eric</p>
<p dir="auto">On 30 Oct 2022, at 10:42, Edward Thome wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; border-left-color: #999999; color: #999999;"><p dir="auto">On 30 Oct 2022, at 8:51, aisrael wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; border-left-color: #BBBBBB; color: #BBBBBB;"><p dir="auto">Regarding “Use Colour in Message List”, I see a different behavior  (I use v5898) : when I right-click on a maibox name (whether real or smart), “Use Colour in Message List” is grayed. I remember once I was able to change the color (can’t remember how), but the only change was the color of the mailbox icon, all the messages remained black (or white, depending…).
<br>
I would love to be able to change the color of the mails in the Message list of any given mailbox. How can I do that?</p>
</blockquote><p dir="auto">“Use Colour in Message List” is grayed for me as well. I can still get some kind of colorization to work through using both the Hidden Preference command in Terminal:</p>
<p dir="auto">defaults write com.freron.MailMate MmMessageColorsEnabled -bool YES</p>
<p dir="auto">and through a file named “Styles.plist” located in ~/Library/Application\ Support/MailMate/</p>
<p dir="auto">I don’t know if it is standard issue when MailMate starts up the first time, or if I was playing around with things that I saw in the *Hidden Preferences* portion of the MailMate Help. [When I ?need? to procrastinate, I am a tinkerer.]   What mine had in it is:
<br>
- - -
<br>
    {   styles = (
<br>
        {   type = keyword;
<br>
                keyword = '\\Flagged';
<br>
                color = "#00FF00";
<br>
                fontStyle = "bold";
<br>
        },
<br>
        {   type = mailbox;
<br>
                color = "#00FFFF";
<br>
                uuid = 'INBOX';
<br>
                fontStyle = "italic"; // boldAndItalic can also be used
<br>
        },
<br>
        {   /*disabled = ":true";*/
<br>
                type = filter;
<br>
                color = "#FF0000";
<br>
                uuid = '0249F96D-9B86-452A-B34A-83D83B0125FE';
<br>
        },
<br>
    );
<br>
}
<br>
- - -
<br>
I just changed the first two blocks to:
<br>
- - -
<br>
    {   type = keyword;
<br>
                keyword = '\\Flagged';
<br>
                color = “systemRedcolor”;
<br>
                fontStyle = "bold";
<br>
        },
<br>
    {   type = mailbox;
<br>
                color = "systemBlueColor";
<br>
                uuid = 'INBOX';
<br>
                fontStyle = "italic"; // boldAndItalic can also be used
<br>
        },
<br>
- - -
<br>
and added
<br>
- - -
<br>
    {   type = mailbox;
<br>
                color = "systemGreenColor";
<br>
                uuid = ‘ARCHIVE;
<br>
                fontStyle = “regular”;
<br>
        },
<br>
- - -
<br>
and the message listings in the Inbox are now all blue italic (upon restart of MailMate), and the message listing of all flagged messages (besides having the flag) are in bold red. The message listing of all archived messages are in green, regular font. At first I wondered why I would do that, but now I see why. If I look in a smart mailbox, I can see by a glance the color of the message listing that some are still in the Inbox and some are flagged and some have been archived.</p>
<p dir="auto">I think that I will take the ‘italic’ off, because the mailbox now looks to alarming, which means that I’ll have to procrastinate, and start tinkering…and then maybe disable something about MailMate that I need. ;-)</p>
<p dir="auto">All the best,
<br>
Ed</p>
</blockquote><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; border-left-color: #999999; color: #999999;"><p dir="auto">_______________________________________________
<br>
mailmate mailing list
<br>
mailmate@lists.freron.com
<br>
<a href="https://urldefense.com/v3/__https://lists.freron.com/listinfo/mailmate__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vgDE3-EQ$_______________________________________________" style="color: #999999;">https://urldefense.com/v3/__https://lists.freron.com/listinfo/mailmate__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vgDE3-EQ$_______________________________________________</a></p>
</blockquote><p dir="auto">mailmate mailing list
<br>
mailmate@lists.freron.com
<br>
<a href="https://urldefense.com/v3/__https://lists.freron.com/listinfo/mailmate__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vgDE3-EQ$" style="color: #777777;">https://urldefense.com/v3/__https://lists.freron.com/listinfo/mailmate__;!!JFdNOqOXpB6UZW0!pN7jrFeSr5viSOkyITSfBm2diWfX5ZGRDsr2XLLY69PQ7aO01GkWSK7DJ3IhHhhF4dNifMD2s6vgDE3-EQ$</a></p>
</blockquote></div>

</div>
</body>

</html>