Paul,

I use the menus instead of editing the respective plist to color the Sources 
(NB, the coloring done that way only applies the the single source folder). If 
the coloring is done in the Styles will it apply to all submailboxes?

It works quite well my way for my purposes, but was a lot more work perhaps 
than your way. so I have colored settings for certain sub mailboxes (Archive, 
Sent) per Account to specific colors as well.

Whichever way you do it, remember to save the .plist settings made to be used 
for migrations to other CPU’s. I do that on a regular basis and utilize that 
(from my iCloud Storage)whenever changing to a new CPU.

Respectfully,

Henry Seiden
- -
Techworks Pro Co.
E: info<at>techworkspro<dot>com
W: http://techworkspro.com

On 10 Jan 2025, at 9:21, Paul MASSENDARI wrote:

> Hi,
>
> I used to apply custom styling to my message list by editing Style.plist 
> `~/Library/Application\ Support/MailMate/Styles.plist` where I used to apply 
> styling to my messages as below (basically it colors the message in green if 
> the message is tagged with the tag DONE etc.)
>
>
> ```
> {   styles = (
>         {   type = keyword;
>             keyword = 'Done';
>             color = "#17bf17";
>             fontStyle = "bold";
>         },
>         {   type = keyword;
>             keyword = 'RemindMe';
>             color = "#e8d105";
>             fontStyle = "bold";
>         },
>         {   type = keyword;
>             keyword = 'Important';
>             color = "#cc2e0e";
>             fontStyle = "bold";
>         }
>     );
> }
> ```
>
> But it seems like it does not work anymore since MailMate 2.0+
>
> Does anyone here encountered the same issue ?
>
> Many thanks in advance and all best wishes,
>
> Paul
>
>
> _______________________________________________
> mailmate mailing list
> Unsubscribe: https://lists.freron.com/listinfo/mailmate

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate

Reply via email to