[MlMt] Custom Styling on Message List
Paul MASSENDARI
massendari.paul at gmail.com
Fri Jan 10 09:21:33 EST 2025
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20250110/f46d6352/attachment.htm>
More information about the mailmate
mailing list